From bc511f7fe1717777a05a2136d047a0a2b5ad0bbd Mon Sep 17 00:00:00 2001 From: Stuart Menefy Date: Fri, 28 Sep 2007 11:51:52 +0900 Subject: [PATCH] --- yaml --- r: 68290 b: refs/heads/master c: 24eb17e0813490497f4d5b2fad218bdba402cece h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/kernel/cpu/clock.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4ef8f062b698..8b5b6202f54f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 675bd7804cb53998a57f96d4133856c29213cabd +refs/heads/master: 24eb17e0813490497f4d5b2fad218bdba402cece diff --git a/trunk/arch/sh/kernel/cpu/clock.c b/trunk/arch/sh/kernel/cpu/clock.c index 92807ffa8e20..b5f1e23ed57c 100644 --- a/trunk/arch/sh/kernel/cpu/clock.c +++ b/trunk/arch/sh/kernel/cpu/clock.c @@ -83,6 +83,8 @@ static void propagate_rate(struct clk *clk) continue; if (likely(clkp->ops && clkp->ops->recalc)) clkp->ops->recalc(clkp); + if (unlikely(clkp->flags & CLK_RATE_PROPAGATES)) + propagate_rate(clkp); } }