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 8a9e3d7 commit 64adf22Copy full SHA for 64adf22
arch/x86/entry/entry_32.S
@@ -1145,7 +1145,6 @@ SYM_CODE_START(asm_exc_nmi)
1145
1146
/* Not on SYSENTER stack. */
1147
call exc_nmi
1148
- CLEAR_CPU_BUFFERS
1149
jmp .Lnmi_return
1150
1151
.Lnmi_from_sysenter_stack:
@@ -1166,6 +1165,7 @@ SYM_CODE_START(asm_exc_nmi)
1166
1165
1167
CHECK_AND_APPLY_ESPFIX
1168
RESTORE_ALL_NMI cr3_reg=%edi pop=4
+ CLEAR_CPU_BUFFERS
1169
jmp .Lirq_return
1170
1171
#ifdef CONFIG_X86_ESPFIX32
@@ -1207,6 +1207,7 @@ SYM_CODE_START(asm_exc_nmi)
1207
* 1 - orig_ax
1208
*/
1209
lss (1+5+6)*4(%esp), %esp # back to espfix stack
1210
1211
1212
#endif
1213
SYM_CODE_END(asm_exc_nmi)
0 commit comments