opensubscriber
   Find in this group all groups
 
Unknown more information…

k : kernel-team@lists.ubuntu.com 27 June 2012 • 8:49PM -0400

[PATCH 3/9] ARM: highbank: enable sp804 based sched_clock
by Ike Panhc

REPLY TO AUTHOR
 
REPLY TO GROUP




From: Rob Herring <rob.herring@calx...>

BugLink: http://launchpad.net/bugs/1008345

Initialize sched_clock to use the sp804 timer.

Signed-off-by: Rob Herring <rob.herring@calx...>
(cherry picked from commit f3b7cd2a9e3de578a462bb507279870dd41e032e)

Signed-off-by: Ike Panhc <ike.pan@cano...>
---
arch/arm/mach-highbank/highbank.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-highbank/highbank.c b/arch/arm/mach-highbank/highbank.c
index 3f7a1c4..689838c 100644
--- a/arch/arm/mach-highbank/highbank.c
+++ b/arch/arm/mach-highbank/highbank.c
@@ -125,7 +125,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");
}

--
1.7.9.5


--
kernel-team mailing list
kernel-team@list...
https://lists.ubuntu.com/mailman/listinfo/kernel-team

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.