diff options
| -rw-r--r-- | arch/x86/entry/entry_64_compat.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/entry/entry_64_compat.S b/arch/x86/entry/entry_64_compat.S index ff1c6d61f332..3c990eeee40b 100644 --- a/arch/x86/entry/entry_64_compat.S +++ b/arch/x86/entry/entry_64_compat.S | |||
| @@ -261,6 +261,7 @@ ENTRY(entry_INT80_compat) | |||
| 261 | * Interrupts are off on entry. | 261 | * Interrupts are off on entry. |
| 262 | */ | 262 | */ |
| 263 | PARAVIRT_ADJUST_EXCEPTION_FRAME | 263 | PARAVIRT_ADJUST_EXCEPTION_FRAME |
| 264 | ASM_CLAC /* Do this early to minimize exposure */ | ||
| 264 | SWAPGS | 265 | SWAPGS |
| 265 | 266 | ||
| 266 | /* | 267 | /* |
