Commit 17735bd9 authored by Andrew Morton's avatar Andrew Morton Committed by Adrian Bunk

hvc_console suspend fix

Fix http://bugzilla.kernel.org/show_bug.cgi?id=7152Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 8132c7a5
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment