summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/head_32.S
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-01-30 12:33:09 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-01-30 12:33:09 (GMT)
commit94878efdd0815fe3a4159007b1454b25c7696d53 (patch)
tree85a18237aa740ed8b39d06b0a6d32a911cbfd226 /arch/x86/kernel/head_32.S
parent0d64484f7ea12ca04211b497e94634c3d27cf3fb (diff)
downloadlinux-fsl-qoriq-94878efdd0815fe3a4159007b1454b25c7696d53.tar.xz
x86: early fault debugging improvement
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/head_32.S')
-rw-r--r--arch/x86/kernel/head_32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S
index fbad51f..f409fe2 100644
--- a/arch/x86/kernel/head_32.S
+++ b/arch/x86/kernel/head_32.S
@@ -502,6 +502,7 @@ early_fault:
call printk
#endif
#endif
+ call dump_stack
hlt_loop:
hlt
jmp hlt_loop