x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUs
[cascardo/linux.git] / arch / x86 / include / asm / cpufeatures.h
index c64b1e9..19ecc6e 100644 (file)
 #endif
 #define X86_BUG_NULL_SEG       X86_BUG(10) /* Nulling a selector preserves the base */
 #define X86_BUG_SWAPGS_FENCE   X86_BUG(11) /* SWAPGS without input dep on GS */
-
+#define X86_BUG_MONITOR                X86_BUG(12) /* IPI required to wake up remote CPU */
 #endif /* _ASM_X86_CPUFEATURES_H */