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:
4788da2
)
OMAP2 clock: fix recursive spinlock attempt when CONFIG_CPU_FREQ=y
author
Paul Walmsley
<paul@pwsan.com>
Wed, 19 May 2010 02:24:06 +0000
(20:24 -0600)
committer
Paul Walmsley
<paul@pwsan.com>
Thu, 20 May 2010 18:31:14 +0000
(12:31 -0600)
The OMAP2 MPU virtual clock node code attempted to call clk_get_rate()
while the clockfw_lock spinlock was held. Fix by reading the sys_ck
rate directly.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
No differences found