|
@@ -477,7 +477,7 @@ ENTRY(entry_SYSENTER_32)
|
|
* whereas POPF does not.)
|
|
* whereas POPF does not.)
|
|
*/
|
|
*/
|
|
addl $PT_EFLAGS-PT_DS, %esp /* point esp at pt_regs->flags */
|
|
addl $PT_EFLAGS-PT_DS, %esp /* point esp at pt_regs->flags */
|
|
- btr $X86_EFLAGS_IF_BIT, (%esp)
|
|
|
|
|
|
+ btrl $X86_EFLAGS_IF_BIT, (%esp)
|
|
popfl
|
|
popfl
|
|
|
|
|
|
/*
|
|
/*
|