]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/entry/entry_64_compat.S
x86/entry/compat: Add missing CLAC to entry_INT80_32
[karo-tx-linux.git] / arch / x86 / entry / entry_64_compat.S
index 6a1ae3751e824d9917e65c136e9f7de3cc5f4f47..15cfebaa7688ca879a6e4d06dbb3d088b1ee50a9 100644 (file)
@@ -267,6 +267,7 @@ ENTRY(entry_INT80_compat)
         * Interrupts are off on entry.
         */
        PARAVIRT_ADJUST_EXCEPTION_FRAME
+       ASM_CLAC                        /* Do this early to minimize exposure */
        SWAPGS
 
        /*