sh: cpufreq: percpu struct clk accounting.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 27 Jan 2012 08:49:16 +0000 (17:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 27 Jan 2012 08:49:16 +0000 (17:49 +0900)
At the moment there is simply a global struct clk pointer for the CPU
frequency, which is fundamentally broken in the SMP case. This moves to
fix it up by switching to a percpu case.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found