]> git.baikalelectronics.ru Git - kernel.git/commit
[CPUFREQ] speedstep-ich: fix error caused by 1f63058e5c77ada0e78ca677076aff9698de7178
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 3 Nov 2009 07:35:30 +0000 (23:35 -0800)
committerDave Jones <davej@redhat.com>
Wed, 18 Nov 2009 04:15:04 +0000 (23:15 -0500)
commit8e377b515ad385df394bb4dad46c80730e18a4d9
tree8caf8a37a4eba4e3a07f835f52bfaa9707fc8d72
parentfb68951aad9dd5e6fdde3447414f6b8a28d8424c
[CPUFREQ] speedstep-ich: fix error caused by 1f63058e5c77ada0e78ca677076aff9698de7178

"[CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.c"
changed the code to mistakenly pass the current cpu as the "processor"
argument of speedstep_get_frequency(), whereas it should be the type of
the processor.

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=14340

Based on a patch by Dave Mueller.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Dominik Brodowski <linux@brodo.de>
Reported-by: Dave Mueller <dave.mueller@gmx.ch>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/speedstep-ich.c