diff options
| -rw-r--r-- | arch/x86/include/asm/cpufeatures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cpufeatures.h b/arch/x86/include/asm/cpufeatures.h index 89a048c2faec..90934ee7b79a 100644 --- a/arch/x86/include/asm/cpufeatures.h +++ b/arch/x86/include/asm/cpufeatures.h | |||
| @@ -331,6 +331,7 @@ | |||
| 331 | #define X86_FEATURE_LA57 (16*32+16) /* 5-level page tables */ | 331 | #define X86_FEATURE_LA57 (16*32+16) /* 5-level page tables */ |
| 332 | #define X86_FEATURE_RDPID (16*32+22) /* RDPID instruction */ | 332 | #define X86_FEATURE_RDPID (16*32+22) /* RDPID instruction */ |
| 333 | #define X86_FEATURE_CLDEMOTE (16*32+25) /* CLDEMOTE instruction */ | 333 | #define X86_FEATURE_CLDEMOTE (16*32+25) /* CLDEMOTE instruction */ |
| 334 | #define X86_FEATURE_MOVDIRI (16*32+27) /* MOVDIRI instruction */ | ||
| 334 | 335 | ||
| 335 | /* AMD-defined CPU features, CPUID level 0x80000007 (EBX), word 17 */ | 336 | /* AMD-defined CPU features, CPUID level 0x80000007 (EBX), word 17 */ |
| 336 | #define X86_FEATURE_OVERFLOW_RECOV (17*32+ 0) /* MCA overflow recovery support */ | 337 | #define X86_FEATURE_OVERFLOW_RECOV (17*32+ 0) /* MCA overflow recovery support */ |
