commit | 927321440976d0781a252eefe686ae6b0f236ae2 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu Oct 27 16:16:25 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Oct 27 16:29:24 2005 -0700 |
tree | 537b573706d095c096e273f027975b8e6f9a2cd9 | |
parent | 79b95a454bb5c1d9b7287d1016a70885ba3f346c [diff] |
[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>