projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7695426
)
sparc32: Stop calling claim_ticker14() from sun4c_irq.c
author
David S. Miller
<davem@davemloft.net>
Sun, 14 Sep 2008 05:08:26 +0000
(22:08 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 20 Sep 2008 04:17:59 +0000
(21:17 -0700)
Since the first argument is always NULL, the only side effect
is to disable the PROFILE_IRQ, so just do that directly.
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/sun4c_irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/kernel/sun4c_irq.c
b/arch/sparc/kernel/sun4c_irq.c
index 6f28a13829ca9fccbd96c82f1f75f01b6b7b08a8..ae3149ecaecd515a920dfa7c44cadc033c13a2d4 100644
(file)
--- a/
arch/sparc/kernel/sun4c_irq.c
+++ b/
arch/sparc/kernel/sun4c_irq.c
@@
-163,7
+163,7
@@
static void __init sun4c_init_timers(irq_handler_t counter_fn)
prom_halt();
}
-
claim_ticker14(NULL, PROFILE_IRQ, 0
);
+
sun4c_disable_irq(PROFILE_IRQ
);
}
#ifdef CONFIG_SMP