projects
/
linux-edison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7bf616
)
ARM: highbank: enable sp804 based sched_clock
author
Rob Herring
<rob.herring@calxeda.com>
Mon, 16 Jan 2012 14:06:09 +0000
(08:06 -0600)
committer
Rob Herring
<rob.herring@calxeda.com>
Fri, 10 Feb 2012 04:42:55 +0000
(22:42 -0600)
Initialize sched_clock to use the sp804 timer.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/mach-highbank/highbank.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-highbank/highbank.c
b/arch/arm/mach-highbank/highbank.c
index
8394d51
..
a96183e
100644
(file)
--- 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");
}