diff options
-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 a52703864a16..e4c9710cae52 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S | |||
@@ -1140,7 +1140,7 @@ ENTRY(native_load_gs_index) | |||
1140 | CFI_STARTPROC | 1140 | CFI_STARTPROC |
1141 | pushf | 1141 | pushf |
1142 | CFI_ADJUST_CFA_OFFSET 8 | 1142 | CFI_ADJUST_CFA_OFFSET 8 |
1143 | DISABLE_INTERRUPTS(CLBR_ANY | ~(CLBR_RDI)) | 1143 | DISABLE_INTERRUPTS(CLBR_ANY & ~CLBR_RDI) |
1144 | SWAPGS | 1144 | SWAPGS |
1145 | gs_change: | 1145 | gs_change: |
1146 | movl %edi,%gs | 1146 | movl %edi,%gs |