From: Len Brown Date: Thu, 14 May 2009 21:27:38 +0000 (-0400) Subject: ACPI: idle: fix init-time TSC check regression X-Git-Tag: v2.6.30-rc7~44^2^10~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=520daf7217bc1806c02eb4cfa7805447a3da2f66;p=pandora-kernel.git ACPI: idle: fix init-time TSC check regression A previous 2.6.30 patch, a71e4917dc0ebbcb5a0ecb7ca3486643c1c9a6e2, (ACPI: idle: mark_tsc_unstable() at init-time, not run-time) erroneously disabled the TSC on systems that did not actually have valid deep C-states. Move the check after the deep-C-states are validated, via new helper, tsc_check_state(), hich replaces tsc_halts_in_c(). Signed-off-by: Len Brown Acked-by: Venkatesh Pallipadi Acked-by: Thomas Gleixner Tested-by: Frans Pop --- Reading git-diff-tree failed