projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660cfa1
)
Temporary fix for tizen-5.5 emulator hang issue
08/214708/2
author
Rahul Dadhich
<r.dadhich@samsung.com>
Wed, 25 Sep 2019 11:10:56 +0000
(16:40 +0530)
committer
Rahul Dadhich
<r.dadhich@samsung.com>
Wed, 25 Sep 2019 11:48:51 +0000
(17:18 +0530)
Change-Id: I77a31f9ebec8d27e832964a67f437519dfeb4f11
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
drivers/tty/vt/vt.c
patch
|
blob
|
history
diff --git
a/drivers/tty/vt/vt.c
b/drivers/tty/vt/vt.c
index 5ab54ef4f30428f72fc22d694f176ef126416dfd..d8696b7976bc4c3fb9a6158f0eba062614287282 100644
(file)
--- 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;