Signed-off-by: Andrew Morton --- 25-akpm/arch/i386/kernel/entry.S | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/entry.S~sysenter-irq-atomicity-fix-fix arch/i386/kernel/entry.S --- 25/arch/i386/kernel/entry.S~sysenter-irq-atomicity-fix-fix 2005-04-07 04:03:07.000000000 -0700 +++ 25-akpm/arch/i386/kernel/entry.S 2005-04-07 04:05:47.000000000 -0700 @@ -187,6 +187,7 @@ sysenter_past_esp: pushl $(__USER_DS) pushl %ebp pushfl + orl $0x200,0(%esp) pushl $(__USER_CS) pushl $SYSENTER_RETURN sti _