[PATCH 1/3] x86, cpufeatures: update cpufeaure macros

2016-06-29 Thread Dave Hansen
From: Dave Hansen We had a new CPUID "NCAPINT" word added, but the REQUIRED_MASK and DISABLED_MASK macros did not get updated. Update them. None of the features was needed in these masks, so there was no harm, but we should keep them updated anyway.

[PATCH 1/3] x86, cpufeatures: update cpufeaure macros

2016-06-29 Thread Dave Hansen
From: Dave Hansen We had a new CPUID "NCAPINT" word added, but the REQUIRED_MASK and DISABLED_MASK macros did not get updated. Update them. None of the features was needed in these masks, so there was no harm, but we should keep them updated anyway. Signed-off-by: Dave Hansen ---