Skip to content

Commit

Permalink
sparc32: Stop calling claim_ticker14() from sun4c_irq.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Sep 20, 2008
1 parent 7695426 commit b218fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/sun4c_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b218fa0

Please sign in to comment.