diff options
Diffstat (limited to 'tools/arch/x86/include/asm/required-features.h')
-rw-r--r-- | tools/arch/x86/include/asm/required-features.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/arch/x86/include/asm/required-features.h b/tools/arch/x86/include/asm/required-features.h index d91ba04dd007..fb3a6de7440b 100644 --- a/tools/arch/x86/include/asm/required-features.h +++ b/tools/arch/x86/include/asm/required-features.h | |||
@@ -106,6 +106,7 @@ | |||
106 | #define REQUIRED_MASK15 0 | 106 | #define REQUIRED_MASK15 0 |
107 | #define REQUIRED_MASK16 (NEED_LA57) | 107 | #define REQUIRED_MASK16 (NEED_LA57) |
108 | #define REQUIRED_MASK17 0 | 108 | #define REQUIRED_MASK17 0 |
109 | #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 18) | 109 | #define REQUIRED_MASK18 0 |
110 | #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 19) | ||
110 | 111 | ||
111 | #endif /* _ASM_X86_REQUIRED_FEATURES_H */ | 112 | #endif /* _ASM_X86_REQUIRED_FEATURES_H */ |