From: Dave Jones Date: Mon, 5 Jun 2006 18:03:50 +0000 (-0400) Subject: [CPUFREQ] Make powernow-k7 work on SMP kernels. X-Git-Tag: v2.6.18-rc1~1114^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=436fe7b8b4a5016ef1fcb32bff77bde84003e15d;p=pandora-kernel.git [CPUFREQ] Make powernow-k7 work on SMP kernels. Even though powernow-k7 doesn't work in SMP environments, it can work on an SMP configured kernel if there's only one CPU present, however recalibrate_cpu_khz was returning -EINVAL on such kernels, so we failed to init the cpufreq driver. Signed-off-by: Dave Jones --- Reading git-diff-tree failed