Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
sh: Configurable timer IRQ.
[linux-2.6.git]
/
arch
/
sh
/
kernel
/
timers
/
timer-tmu.c
diff --git
a/arch/sh/kernel/timers/timer-tmu.c
b/arch/sh/kernel/timers/timer-tmu.c
index 24927015dc31fc901153935e91eca80e32332c67..06a70db7386d5e8ede4874c74c437040573e0d75 100644
(file)
--- a/
arch/sh/kernel/timers/timer-tmu.c
+++ b/
arch/sh/kernel/timers/timer-tmu.c
@@
-149,7
+149,7
@@
static int tmu_timer_init(void)
{
unsigned long interval;
- setup_irq(TIMER_IRQ, &tmu_irq);
+ setup_irq(
CONFIG_SH_
TIMER_IRQ, &tmu_irq);
tmu0_clk.parent = clk_get("module_clk");