summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/highbank.c
diff options
context:
space:
mode:
authorRob Herring2012-01-16 15:06:09 +0100
committerRob Herring2012-02-10 05:42:55 +0100
commitf3b7cd2a9e3de578a462bb507279870dd41e032e (patch)
treef92853867be74086069012858f6f44da3a90c6c1 /arch/arm/mach-highbank/highbank.c
parentARM: timer-sp: add sched_clock support (diff)
downloadkernel-qcow2-linux-f3b7cd2a9e3de578a462bb507279870dd41e032e.tar.gz
kernel-qcow2-linux-f3b7cd2a9e3de578a462bb507279870dd41e032e.tar.xz
kernel-qcow2-linux-f3b7cd2a9e3de578a462bb507279870dd41e032e.zip
ARM: highbank: enable sp804 based sched_clock
Initialize sched_clock to use the sp804 timer. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-highbank/highbank.c')
-rw-r--r--arch/arm/mach-highbank/highbank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/highbank.c b/arch/arm/mach-highbank/highbank.c
index 8394d512a402..a96183e73fad 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");
}