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)
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>

No differences found