We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf991de commit 5ca6f70Copy full SHA for 5ca6f70
arch/x86/entry/entry_64.S
@@ -663,8 +663,6 @@ retint_kernel:
663
restore_c_regs_and_iret:
664
RESTORE_C_REGS
665
REMOVE_PT_GPREGS_FROM_STACK 8
666
-
667
-irq_return:
668
INTERRUPT_RETURN
669
670
ENTRY(native_iret)
@@ -1432,7 +1430,7 @@ nmi_restore:
1432
1430
1433
1431
/* Clear the NMI executing stack variable */
1434
movq $0, 5*8(%rsp)
1435
- jmp irq_return
+ INTERRUPT_RETURN
1436
END(nmi)
1437
1438
ENTRY(ignore_sysret)
0 commit comments