From: Rahul Dadhich Date: Wed, 25 Sep 2019 11:10:56 +0000 (+0530) Subject: Temporary fix for tizen-5.5 emulator hang issue X-Git-Tag: submit/tizen_studio_4.5_p6.5/20220111.085032~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F214708%2F2;p=sdk%2Femulator%2Femulator-kernel.git Temporary fix for tizen-5.5 emulator hang issue Change-Id: I77a31f9ebec8d27e832964a67f437519dfeb4f11 Signed-off-by: Rahul Dadhich --- diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index 5ab54ef4f304..d8696b7976bc 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c @@ -2460,7 +2460,7 @@ static void console_callback(struct work_struct *ignored) } if (do_poke_blanked_console) { /* do not unblank for a LED change */ do_poke_blanked_console = 0; - poke_blanked_console(); + //poke_blanked_console(); /* FIX ME : commented this line to resolve emulator hang issue */ } if (scrollback_delta) { struct vc_data *vc = vc_cons[fg_console].d;