From: Paul Walmsley Date: Wed, 19 May 2010 02:24:06 +0000 (-0600) Subject: OMAP2 clock: fix recursive spinlock attempt when CONFIG_CPU_FREQ=y X-Git-Tag: v2.6.35-rc1~456^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59dd7224892142fe1d8505cf2c90bd732d730005;p=pandora-kernel.git 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 --- Reading git-diff-tree failed