x86/cpufeature: Update cpufeaure macros
authorDave Hansen <dave.hansen@linux.intel.com>
Wed, 29 Jun 2016 20:01:07 +0000 (13:01 -0700)
committerIngo Molnar <mingo@kernel.org>
Thu, 30 Jun 2016 07:11:32 +0000 (09:11 +0200)
commit6e17cb9c2d5efd8fcc3934e983733302b9912ff8
treef7196a547aef6c52518c174ba352a785c6a59899
parentce53da02ebfbe93ec58dd6150b28b4606330ead5
x86/cpufeature: Update cpufeaure macros

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 <dave.hansen@linux.intel.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Dave Hansen <dave@sr71.net>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20160629200107.8D3C9A31@viggo.jf.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/cpufeature.h
arch/x86/include/asm/disabled-features.h
arch/x86/include/asm/required-features.h