mirror of https://gitee.com/openkylin/linux.git
x86: early fault debugging improvement
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
0d64484f7e
commit
94878efdd0
|
@ -502,6 +502,7 @@ early_fault:
|
|||
call printk
|
||||
#endif
|
||||
#endif
|
||||
call dump_stack
|
||||
hlt_loop:
|
||||
hlt
|
||||
jmp hlt_loop
|
||||
|
|
Loading…
Reference in New Issue