aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/entry.S')
-rw-r--r--arch/i386/kernel/entry.S3
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 */
732ENTRY(nmi) 732KPROBE_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
808KPROBE_END(nmi)
808 809
809KPROBE_ENTRY(int3) 810KPROBE_ENTRY(int3)
810 RING0_INT_FRAME 811 RING0_INT_FRAME