aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/entry_32.S')
-rw-r--r--arch/x86/kernel/entry_32.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index 49438e58291d..a278505baa11 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -804,6 +804,7 @@ debug_stack_correct:
804 pushl $-1 # mark this as an int 804 pushl $-1 # mark this as an int
805 CFI_ADJUST_CFA_OFFSET 4 805 CFI_ADJUST_CFA_OFFSET 4
806 SAVE_ALL 806 SAVE_ALL
807 TRACE_IRQS_OFF
807 xorl %edx,%edx # error code 0 808 xorl %edx,%edx # error code 0
808 movl %esp,%eax # pt_regs pointer 809 movl %esp,%eax # pt_regs pointer
809 call do_debug 810 call do_debug