diff options
author | Andi Kleen <ak@suse.de> | 2008-01-30 07:33:21 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:21 -0500 |
commit | ac72e7888a612dccfbc15b34698aad441bdfda10 (patch) | |
tree | abd99cb2ad8ddfd7f695bcfbe6eb9b6e1183ed3d /Documentation/kernel-parameters.txt | |
parent | 191679fdfa63342752ff6a094a2522ae939b8d0c (diff) |
x86: add generic clearcpuid=... option
Add a generic option to clear any cpuid bit. I added it because it was
very easy to add with the new generic cpuid disable bitmap and perhaps
it will be useful 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>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 040e30a33b7c..50d564dabb13 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -416,6 +416,19 @@ and is between 256 and 4096 characters. It is defined in the file | |||
416 | [SPARC64] tick | 416 | [SPARC64] tick |
417 | [X86-64] hpet,tsc | 417 | [X86-64] hpet,tsc |
418 | 418 | ||
419 | clearcpuid=BITNUM [X86] | ||
420 | Disable CPUID feature X for the kernel. See | ||
421 | include/asm-x86/cpufeature.h for the valid bit numbers. | ||
422 | Note the Linux specific bits are not necessarily | ||
423 | stable over kernel options, but the vendor specific | ||
424 | ones should be. | ||
425 | Also note that user programs calling CPUID directly | ||
426 | or using the feature without checking anything | ||
427 | will still see it. This just prevents it from | ||
428 | being used by the kernel or shown in /proc/cpuinfo. | ||
429 | Also note the kernel might malfunction if you disable | ||
430 | some critical bits. | ||
431 | |||
419 | code_bytes [IA32/X86_64] How many bytes of object code to print | 432 | code_bytes [IA32/X86_64] How many bytes of object code to print |
420 | in an oops report. | 433 | in an oops report. |
421 | Range: 0 - 8192 | 434 | Range: 0 - 8192 |