diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-14 01:08:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-20 00:17:59 -0400 |
commit | b218fa0e9c2ad94b4e9ab5517a9210f9fa3745e2 (patch) | |
tree | 9dd34ba128f8d7b5f3e34316cef4daeec3a3a695 | |
parent | 76954261ba907950cb5216e5c3075b5ba03c1a6b (diff) |
sparc32: Stop calling claim_ticker14() from sun4c_irq.c
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>
-rw-r--r-- | arch/sparc/kernel/sun4c_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/sun4c_irq.c b/arch/sparc/kernel/sun4c_irq.c index 6f28a13829ca..ae3149ecaecd 100644 --- 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) | |||
163 | prom_halt(); | 163 | prom_halt(); |
164 | } | 164 | } |
165 | 165 | ||
166 | claim_ticker14(NULL, PROFILE_IRQ, 0); | 166 | sun4c_disable_irq(PROFILE_IRQ); |
167 | } | 167 | } |
168 | 168 | ||
169 | #ifdef CONFIG_SMP | 169 | #ifdef CONFIG_SMP |