]> git.baikalelectronics.ru Git - kernel.git/commit
x86: add framework to disable CPUID bits on the command line
authorAndi Kleen <ak@suse.de>
Wed, 30 Jan 2008 12:33:20 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:20 +0000 (13:33 +0100)
commit7fea017d832fe6954e4cd56c76e2b9a3628d978e
treee1588dcdb8c7db76478d484ece634453e2c3541c
parent782bb4a90711378ddc585057387218f3d2619d3e
x86: add framework to disable CPUID bits on the command line

There are already various options to disable specific cpuid bits
on the command line. They all use their own variable. Add a generic
mask to make this easier in the future.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/common.c
arch/x86/kernel/setup_64.c
include/asm-x86/cpufeature.h
include/asm-x86/processor.h