projects
/
unionfs-2.6.25.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8132c7a
)
hvc_console suspend fix
author
Andrew Morton
<akpm@osdl.org>
Sun, 17 Dec 2006 23:39:11 +0000
(
00:39
+0100)
committer
Adrian Bunk
<bunk@stusta.de>
Sun, 17 Dec 2006 23:39:11 +0000
(
00:39
+0100)
Fix http://bugzilla.kernel.org/show_bug.cgi?id=7152
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/char/hvc_console.c
patch
|
blob
|
history
diff --git
a/drivers/char/hvc_console.c
b/drivers/char/hvc_console.c
index f65b2e14a48561adccb082815e1cadfced89a042..d763a97f1f400b1756a813d5187fc8ae0cc64f58 100644
(file)
--- a/
drivers/char/hvc_console.c
+++ b/
drivers/char/hvc_console.c
@@
-681,6
+681,7
@@
int khvcd(void *unused)
do {
poll_mask = 0;
hvc_kicked = 0;
+ try_to_freeze();
wmb();
if (cpus_empty(cpus_in_xmon)) {
spin_lock(&hvc_structs_lock);