x86: fix SSBD feature bit
The CPUID level 7 bit for SSBD is 31, not 26. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
7d7f4336c8
commit
e27ce67d25
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
#define CPUID_EXTENDED_FEATURES_LVL 7
|
||||
|
||||
#define CPUID_SPEC_CTRL BIT(26)
|
||||
#define CPUID_SPEC_CTRL BIT(31)
|
||||
#define SPEC_CTRL_SSBD BIT(2)
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue