mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
x86: remove 8254 timer texts from Documentation
Commit ecd29476ae
removed the
"disable_8254_timer" and "enable_8254_timer" kernel parameters from
the kernel but did not remove the references to them from two
files in the Documentation directory: kernel-parameters.txt and
x86/x86_64/boot-options.txt.
This change completes the removal.
Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Acked-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
59dfc3f8fb
commit
1befdefcf4
2 changed files with 0 additions and 10 deletions
|
@ -463,12 +463,6 @@ and is between 256 and 4096 characters. It is defined in the file
|
||||||
Range: 0 - 8192
|
Range: 0 - 8192
|
||||||
Default: 64
|
Default: 64
|
||||||
|
|
||||||
disable_8254_timer
|
|
||||||
enable_8254_timer
|
|
||||||
[IA32/X86_64] Disable/Enable interrupt 0 timer routing
|
|
||||||
over the 8254 in addition to over the IO-APIC. The
|
|
||||||
kernel tries to set a sensible default.
|
|
||||||
|
|
||||||
hpet= [X86-32,HPET] option to control HPET usage
|
hpet= [X86-32,HPET] option to control HPET usage
|
||||||
Format: { enable (default) | disable | force }
|
Format: { enable (default) | disable | force }
|
||||||
disable: disable HPET and use PIT instead
|
disable: disable HPET and use PIT instead
|
||||||
|
|
|
@ -54,10 +54,6 @@ APICs
|
||||||
apicmaintimer. Useful when your PIT timer is totally
|
apicmaintimer. Useful when your PIT timer is totally
|
||||||
broken.
|
broken.
|
||||||
|
|
||||||
disable_8254_timer / enable_8254_timer
|
|
||||||
Enable interrupt 0 timer routing over the 8254 in addition to over
|
|
||||||
the IO-APIC. The kernel tries to set a sensible default.
|
|
||||||
|
|
||||||
Early Console
|
Early Console
|
||||||
|
|
||||||
syntax: earlyprintk=vga
|
syntax: earlyprintk=vga
|
||||||
|
|
Loading…
Reference in a new issue