diff options
-rw-r--r-- | arch/x86/entry/entry_64.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index d271fb79248f..6d078b89a5e8 100644 --- a/arch/x86/entry/entry_64.S +++ b/arch/x86/entry/entry_64.S | |||
@@ -1211,6 +1211,8 @@ ENTRY(nmi) | |||
1211 | * other IST entries. | 1211 | * other IST entries. |
1212 | */ | 1212 | */ |
1213 | 1213 | ||
1214 | ASM_CLAC | ||
1215 | |||
1214 | /* Use %rdx as our temp variable throughout */ | 1216 | /* Use %rdx as our temp variable throughout */ |
1215 | pushq %rdx | 1217 | pushq %rdx |
1216 | 1218 | ||