commit | 59dd7224892142fe1d8505cf2c90bd732d730005 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Tue May 18 20:24:06 2010 -0600 |
committer | Paul Walmsley <paul@pwsan.com> | Thu May 20 12:31:14 2010 -0600 |
tree | 7538504b4823811eb8590c8d78c1c1804e025bb4 | |
parent | 4788da268f83dedc58b79dc7b2f6072687f63a19 [diff] |
OMAP2 clock: fix recursive spinlock attempt when CONFIG_CPU_FREQ=y 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>