x86: early fault debugging improvement
authorIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:09 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:09 +0000 (13:33 +0100)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/head_32.S

index fbad51f..f409fe2 100644 (file)
@@ -502,6 +502,7 @@ early_fault:
        call printk
 #endif
 #endif
+       call dump_stack
 hlt_loop:
        hlt
        jmp hlt_loop