Thanks to visit codestin.com Credit goes to github.com
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 94af6b5 commit d2507a4Copy full SHA for d2507a4
arch/x86/entry/entry_32.S
@@ -1149,7 +1149,6 @@ SYM_CODE_START(asm_exc_nmi)
1149
1150
/* Not on SYSENTER stack. */
1151
call exc_nmi
1152
- CLEAR_CPU_BUFFERS
1153
jmp .Lnmi_return
1154
1155
.Lnmi_from_sysenter_stack:
@@ -1170,6 +1169,7 @@ SYM_CODE_START(asm_exc_nmi)
1170
1169
1171
CHECK_AND_APPLY_ESPFIX
1172
RESTORE_ALL_NMI cr3_reg=%edi pop=4
+ CLEAR_CPU_BUFFERS
1173
jmp .Lirq_return
1174
1175
#ifdef CONFIG_X86_ESPFIX32
@@ -1211,6 +1211,7 @@ SYM_CODE_START(asm_exc_nmi)
1211
* 1 - orig_ax
1212
*/
1213
lss (1+5+6)*4(%esp), %esp # back to espfix stack
1214
1215
1216
#endif
1217
SYM_CODE_END(asm_exc_nmi)
0 commit comments