diff options
Diffstat (limited to 'arch/x86/kernel/entry_64.S')
-rw-r--r-- | arch/x86/kernel/entry_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index 1f7d697b5c00..fbcf96b295ff 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -1143,7 +1143,7 @@ ENTRY(native_load_gs_index) | |||
1143 | CFI_STARTPROC | 1143 | CFI_STARTPROC |
1144 | pushf | 1144 | pushf |
1145 | CFI_ADJUST_CFA_OFFSET 8 | 1145 | CFI_ADJUST_CFA_OFFSET 8 |
1146 | DISABLE_INTERRUPTS(CLBR_ANY | ~(CLBR_RDI)) | 1146 | DISABLE_INTERRUPTS(CLBR_ANY & ~CLBR_RDI) |
1147 | SWAPGS | 1147 | SWAPGS |
1148 | gs_change: | 1148 | gs_change: |
1149 | movl %edi,%gs | 1149 | movl %edi,%gs |