ACPI: TSC breaks atkbd suspend
authorPavel Machek <pavel@ucw.cz>
Tue, 19 Feb 2008 10:00:29 +0000 (11:00 +0100)
committerLen Brown <len.brown@intel.com>
Wed, 20 Feb 2008 01:05:06 +0000 (20:05 -0500)
commit6133116849219f4e657ead39c7ac3922583f5a6e
treeeab1d6260cd3b902b76bfca803e9defeaa784bf4
parent00e962c5408b9f2d0bebd2308673fe982cb9a5fe
ACPI: TSC breaks atkbd suspend

TSC is used even on machines when CONFIG_X86_TSC is not set (X86_TSC
means _require_ TSC), but it is not properly disabled when it is
unusable, because ACPI code understood the config switch as "may use
TSC".

This actually fixes suspend problems on my x60.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_idle.c