aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-01-16 08:06:09 -0600
committerRob Herring <rob.herring@calxeda.com>2012-02-09 22:42:55 -0600
commitf3b7cd2a9e3de578a462bb507279870dd41e032e (patch)
treef92853867be74086069012858f6f44da3a90c6c1 /arch/arm/mach-highbank
parentARM: timer-sp: add sched_clock support (diff)
downloadlinux-dev-f3b7cd2a9e3de578a462bb507279870dd41e032e.tar.xz
linux-dev-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')
-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");
}