aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-31 10:24:17 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-31 10:24:17 +0100
commit6601a234d1928515b300f9be15f4c3f6c98043fa (patch)
treeb62f2f33f367528b068a547045f944812c632acd
parent3d95d58003486f471d73cfbefba347aa4a484436 (diff)
downloadxen-6601a234d1928515b300f9be15f4c3f6c98043fa.tar.gz
xen-6601a234d1928515b300f9be15f4c3f6c98043fa.tar.bz2
xen-6601a234d1928515b300f9be15f4c3f6c98043fa.zip
See panic messages before the post message processing.
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
-rw-r--r--xen/drivers/char/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c
index 16b07cb3da..dc06857007 100644
--- a/xen/drivers/char/console.c
+++ b/xen/drivers/char/console.c
@@ -684,6 +684,7 @@ void panic(const char *fmt, ...)
va_end(args);
/* Spit out multiline message in one go. */
+ console_start_sync();
spin_lock_irqsave(&lock, flags);
printk("\n****************************************\n");
printk("Panic on CPU %d:\n", smp_processor_id());