diff options
Diffstat (limited to 'include/asm-x86/irqflags.h')
-rw-r--r-- | include/asm-x86/irqflags.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/irqflags.h b/include/asm-x86/irqflags.h index 99ee5256a7e3..544836c96b61 100644 --- a/include/asm-x86/irqflags.h +++ b/include/asm-x86/irqflags.h | |||
@@ -112,8 +112,7 @@ static inline unsigned long __raw_local_irq_save(void) | |||
112 | 112 | ||
113 | #ifdef CONFIG_X86_64 | 113 | #ifdef CONFIG_X86_64 |
114 | #define INTERRUPT_RETURN iretq | 114 | #define INTERRUPT_RETURN iretq |
115 | #define USERSP_SYSRET \ | 115 | #define USERGS_SYSRET \ |
116 | movq %gs:pda_oldrsp, %rsp; \ | ||
117 | swapgs; \ | 116 | swapgs; \ |
118 | sysretq; | 117 | sysretq; |
119 | #else | 118 | #else |