Skip to content

Commit

Permalink
x86: early fault debugging improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 0d64484 commit 94878ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ early_fault:
call printk
#endif
#endif
call dump_stack
hlt_loop:
hlt
jmp hlt_loop
Expand Down

0 comments on commit 94878ef

Please sign in to comment.