[PATCH 2/3] x86, cpufeatures: make sure DISABLED/REQUIRED macros are updated

2016-06-29 Thread Dave Hansen
From: Dave Hansen x86 has two macros which allow us to evaluate some CPUID-based features at compile time: REQUIRED_MASK_BIT_SET() DISABLED_MASK_BIT_SET() They're both defined by having the compiler check the bit argument against some constant

[PATCH 2/3] x86, cpufeatures: make sure DISABLED/REQUIRED macros are updated

2016-06-29 Thread Dave Hansen
From: Dave Hansen x86 has two macros which allow us to evaluate some CPUID-based features at compile time: REQUIRED_MASK_BIT_SET() DISABLED_MASK_BIT_SET() They're both defined by having the compiler check the bit argument against some constant masks of features. But, when