diff options
Diffstat (limited to 'arch/i386/kernel/entry.S')
-rw-r--r-- | arch/i386/kernel/entry.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/kernel/entry.S b/arch/i386/kernel/entry.S index dede506e5bd0..0928f70639aa 100644 --- a/arch/i386/kernel/entry.S +++ b/arch/i386/kernel/entry.S | |||
@@ -729,7 +729,7 @@ KPROBE_END(debug) | |||
729 | * check whether we got an NMI on the debug path where the debug | 729 | * check whether we got an NMI on the debug path where the debug |
730 | * fault happened on the sysenter path. | 730 | * fault happened on the sysenter path. |
731 | */ | 731 | */ |
732 | ENTRY(nmi) | 732 | KPROBE_ENTRY(nmi) |
733 | RING0_INT_FRAME | 733 | RING0_INT_FRAME |
734 | pushl %eax | 734 | pushl %eax |
735 | CFI_ADJUST_CFA_OFFSET 4 | 735 | CFI_ADJUST_CFA_OFFSET 4 |
@@ -805,6 +805,7 @@ nmi_16bit_stack: | |||
805 | .align 4 | 805 | .align 4 |
806 | .long 1b,iret_exc | 806 | .long 1b,iret_exc |
807 | .previous | 807 | .previous |
808 | KPROBE_END(nmi) | ||
808 | 809 | ||
809 | KPROBE_ENTRY(int3) | 810 | KPROBE_ENTRY(int3) |
810 | RING0_INT_FRAME | 811 | RING0_INT_FRAME |