]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86/cpuid: Drop the synthetic X86_FEATURE_XEN_IBPB
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 29 Nov 2018 18:16:01 +0000 (18:16 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 5 Dec 2018 20:35:07 +0000 (20:35 +0000)
This appears to be a vestigial remnent of an old version of the
XSA-254/Spectre series, and has never been used.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/cpufeatures.h

index f2a1fa1eb33ef6d8c7ad780641ab032ec4bb962e..0c0627467e0a752cd28c247a0bcb9df0180c07da 100644 (file)
@@ -25,7 +25,6 @@ XEN_CPUFEATURE(XEN_SMAP,        (FSCAPINTS+0)*32+11) /* SMAP gets used by Xen it
 XEN_CPUFEATURE(LFENCE_DISPATCH, (FSCAPINTS+0)*32+12) /* lfence set as Dispatch Serialising */
 XEN_CPUFEATURE(IND_THUNK_LFENCE,(FSCAPINTS+0)*32+13) /* Use IND_THUNK_LFENCE */
 XEN_CPUFEATURE(IND_THUNK_JMP,   (FSCAPINTS+0)*32+14) /* Use IND_THUNK_JMP */
-XEN_CPUFEATURE(XEN_IBPB,        (FSCAPINTS+0)*32+15) /* IBRSB || IBPB */
 XEN_CPUFEATURE(SC_MSR_PV,       (FSCAPINTS+0)*32+16) /* MSR_SPEC_CTRL used by Xen for PV */
 XEN_CPUFEATURE(SC_MSR_HVM,      (FSCAPINTS+0)*32+17) /* MSR_SPEC_CTRL used by Xen for HVM */
 XEN_CPUFEATURE(SC_RSB_PV,       (FSCAPINTS+0)*32+18) /* RSB overwrite needed for PV */