diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-03-23 11:08:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-23 13:21:02 -0400 |
commit | e585bef815c0315f2730d7bb4e15b82602454efd (patch) | |
tree | 914d777ba187e656a89075398f81e485885f0aab /Documentation | |
parent | 296d93cd0205433489b0689533426ce0a8cf2dec (diff) |
[PATCH] i386: add command line option "local_apic_timer_c2_ok"
It turned out that it is almost impossible to trust ACPI, BIOS & Co.
regarding the C states. This was the reason to switch the local apic
timer off in C2 state already. OTOH there are sane and well behaving
systems, which get punished by that decision.
Allow the user to confirm that the local apic timer is trustworthy in C2
state. This keeps the default behaviour on the safe side.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e39ab0c99fbb..09640a8f7ceb 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -780,6 +780,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
780 | lapic [IA-32,APIC] Enable the local APIC even if BIOS | 780 | lapic [IA-32,APIC] Enable the local APIC even if BIOS |
781 | disabled it. | 781 | disabled it. |
782 | 782 | ||
783 | lapic_timer_c2_ok [IA-32,APIC] trust the local apic timer in | ||
784 | C2 power state. | ||
785 | |||
783 | lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip | 786 | lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip |
784 | Format: addr:<io>,irq:<irq> | 787 | Format: addr:<io>,irq:<irq> |
785 | 788 | ||