diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:09 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:09 -0500 |
commit | 94878efdd0815fe3a4159007b1454b25c7696d53 (patch) | |
tree | 85a18237aa740ed8b39d06b0a6d32a911cbfd226 /arch/x86/kernel/head_32.S | |
parent | 0d64484f7ea12ca04211b497e94634c3d27cf3fb (diff) |
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.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/head_32.S b/arch/x86/kernel/head_32.S index fbad51fce672..f409fe2a52e4 100644 --- a/arch/x86/kernel/head_32.S +++ b/arch/x86/kernel/head_32.S | |||
@@ -502,6 +502,7 @@ early_fault: | |||
502 | call printk | 502 | call printk |
503 | #endif | 503 | #endif |
504 | #endif | 504 | #endif |
505 | call dump_stack | ||
505 | hlt_loop: | 506 | hlt_loop: |
506 | hlt | 507 | hlt |
507 | jmp hlt_loop | 508 | jmp hlt_loop |