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-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f930b393e6d9ce502e0f091ff088dcf57e83e1;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