Re: [PATCH] clock34xx.c: fix spinlock reentry in omap3_noncore_dpll_enable()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



* Paul Walmsley <paul@xxxxxxxxx> [080515 13:50]:
> 
> omap3_noncore_dpll_enable() calls clk_get_rate(), which causes an attempt 
> to re-enter the clockfw_lock spinlock.  Fix by calling 
> omap2_get_dpll_rate() instead.

Pushing.

Tony

> Signed-off-by: Paul Walmsley <paul@xxxxxxxxx>
> ---
> 
>  arch/arm/mach-omap2/clock34xx.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> 
> diff --git a/arch/arm/mach-omap2/clock34xx.c b/arch/arm/mach-omap2/clock34xx.c
> index 670c945..71357db 100644
> --- a/arch/arm/mach-omap2/clock34xx.c
> +++ b/arch/arm/mach-omap2/clock34xx.c
> @@ -273,7 +273,7 @@ static int omap3_noncore_dpll_enable(struct clk *clk)
>  	if (clk == &dpll3_ck)
>  		return -EINVAL;
>  
> -	if (clk->parent->rate == clk_get_rate(clk))
> +	if (clk->parent->rate == omap2_get_dpll_rate(clk))
>  		r = _omap3_noncore_dpll_bypass(clk);
>  	else
>  		r = _omap3_noncore_dpll_lock(clk);
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux