From 3e2bbfea3546b9a0b631dcbee28e50439973c429 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Mon, 1 Dec 2008 15:40:33 +0900 Subject: [PATCH] --- yaml --- r: 120085 b: refs/heads/master c: 0c0daec7ca4f6a67daeafc4343bb453a4a246dbd h: refs/heads/master i: 120083: 09a85b346023ecf9c9afeacbd5e08b1acb5a7219 v: v3 --- [refs] | 2 +- trunk/arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c24a010801f4..4692b726a505 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6feb348783767e3f38d7612e6551ee8b580ac4e9 +refs/heads/master: 0c0daec7ca4f6a67daeafc4343bb453a4a246dbd diff --git a/trunk/arch/sh/kernel/cpu/sh4a/clock-sh7722.c b/trunk/arch/sh/kernel/cpu/sh4a/clock-sh7722.c index 83b69196bc1a..0e174af21874 100644 --- a/trunk/arch/sh/kernel/cpu/sh4a/clock-sh7722.c +++ b/trunk/arch/sh/kernel/cpu/sh4a/clock-sh7722.c @@ -838,5 +838,7 @@ int __init arch_clk_init(void) clk_put(clk); } + clk_recalc_rate(&sh7722_r_clock); /* make sure rate gets propagated */ + return 0; }