From: Rob Herring Date: Mon, 16 Jan 2012 14:06:09 +0000 (-0600) Subject: ARM: highbank: enable sp804 based sched_clock X-Git-Tag: v3.4-rc1~89^2~9^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3b7cd2a9e3de578a462bb507279870dd41e032e;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ARM: highbank: enable sp804 based sched_clock Initialize sched_clock to use the sp804 timer. Signed-off-by: Rob Herring --- diff --git a/arch/arm/mach-highbank/highbank.c b/arch/arm/mach-highbank/highbank.c index 8394d51..a96183e 100644 --- a/arch/arm/mach-highbank/highbank.c +++ b/arch/arm/mach-highbank/highbank.c @@ -109,7 +109,7 @@ static void __init highbank_timer_init(void) highbank_clocks_init(); - sp804_clocksource_init(timer_base + 0x20, "timer1"); + sp804_clocksource_and_sched_clock_init(timer_base + 0x20, "timer1"); sp804_clockevents_init(timer_base, irq, "timer0"); }