git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ea15d
)
sh: cpufreq: percpu struct clk accounting.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 27 Jan 2012 08:49:16 +0000
(17:49 +0900)
committer
Paul 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