From: Thomas Renninger Date: Wed, 4 Feb 2009 00:17:45 +0000 (+0100) Subject: [CPUFREQ] powernow-k8: Always compile powernow-k8 driver with ACPI support X-Git-Tag: v2.6.30-rc1~678^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f4fa699195b761cbea90db5e38b4bc15610c7c;p=pandora-kernel.git [CPUFREQ] powernow-k8: Always compile powernow-k8 driver with ACPI support powernow-k8 driver should always try to get cpufreq info from ACPI. Otherwise it will not be able to detect the transition latency correctly which results in ondemand governor taking a wrong sampling rate which will then result in sever performance loss. Let the user not shoot himself in the foot and always compile in ACPI support for powernow-k8. This also fixes a wrong message if ACPI_PROCESSOR is compiled as a module and #ifndef CONFIG_ACPI_PROCESSOR path is chosen. Signed-off-by: Thomas Renninger Signed-off-by: Dave Jones --- Reading git-diff-tree failed