sfi-cpufreq: make use of rdmsr_on_cpu()
authorArjan van de Ven <arjan@linux.intel.com>
Fri, 15 Jul 2011 13:39:29 +0000 (14:39 +0100)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:36:57 +0000 (12:36 -0800)
commitcc18dc866c345c0ed7b4f2c5017fc65790bf620e
treeb196e7c7a7c52b751a8c13c072df6229ff1e126f
parent8cb24a824eede6ca93a72133b4102c22d04e851f
sfi-cpufreq: make use of rdmsr_on_cpu()

The kernel has a function to read msr values on different cpus;
sfi-cpufreq has this open coded. By using rdmsr_on_cpu(),
several functions can just be removed.

Change-Id: Ib6740c5bffeb48cc295df1f11ce060dc9a796c5e
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
drivers/cpufreq/sfi-cpufreq.c