1
0
Files
linux/drivers
Len Brown a0bf284bfe ACPI: Idle C-states disabled by max_cstate should not disable the TSC
Processor idle power states C2 and C3 stop the TSC on many machines.
Linux recognizes this situation and marks the TSC as unstable:

Marking TSC unstable due to TSC halts in idle

But if those same machines are booted with "processor.max_cstate=1",
then there is no need to validate C2 and C3, and no need to
disable the TSC, which can be reliably used as a clocksource.

Signed-off-by: Len Brown <len.brown@intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
2009-05-16 01:52:39 -04:00
..
2009-04-28 20:24:20 +02:00
2009-04-21 13:41:51 -07:00
2009-05-06 16:36:10 -07:00
2009-05-08 17:00:41 -07:00
2009-04-21 13:41:50 -07:00
2009-04-21 13:41:49 -07:00