|
@@ -804,6 +804,7 @@ debug_stack_correct:
|
|
pushl $-1 # mark this as an int
|
|
pushl $-1 # mark this as an int
|
|
CFI_ADJUST_CFA_OFFSET 4
|
|
CFI_ADJUST_CFA_OFFSET 4
|
|
SAVE_ALL
|
|
SAVE_ALL
|
|
|
|
+ TRACE_IRQS_OFF
|
|
xorl %edx,%edx # error code 0
|
|
xorl %edx,%edx # error code 0
|
|
movl %esp,%eax # pt_regs pointer
|
|
movl %esp,%eax # pt_regs pointer
|
|
call do_debug
|
|
call do_debug
|