[PATCH] cpufreq: SMP fix for conservative governor
authorDave Jones <davej@redhat.com>
Thu, 27 Oct 2005 23:16:25 +0000 (16:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 27 Oct 2005 23:29:24 +0000 (16:29 -0700)
commit927321440976d0781a252eefe686ae6b0f236ae2
tree537b573706d095c096e273f027975b8e6f9a2cd9
parent79b95a454bb5c1d9b7287d1016a70885ba3f346c
[PATCH] cpufreq: SMP fix for conservative governor

Don't try to access not-present CPUs.  Conservative governor will always
oops on SMP without this fix.

Fixes http://bugzilla.kernel.org/show_bug.cgi?id=4781

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/cpufreq/cpufreq_conservative.c