From: Yoichi Yuasa Date: Tue, 20 Jun 2006 14:55:17 +0000 (+0900) Subject: [MIPS] Remove first timer interrupt setup in wrppmc_timer_setup() X-Git-Tag: v2.6.18-rc1~353^2~18 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6feb6efaec9858dfb673fc5c89b8280b1b73bb08;p=linux-2.6-omap-h63xx.git [MIPS] Remove first timer interrupt setup in wrppmc_timer_setup() The first timer interrupt setup already happens in time_init(). Signed-off-by: Yoichi Yuasa Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/gt64120/wrppmc/time.c b/arch/mips/gt64120/wrppmc/time.c index 175d22adb45..6c24a82df0d 100644 --- a/arch/mips/gt64120/wrppmc/time.c +++ b/arch/mips/gt64120/wrppmc/time.c @@ -31,10 +31,6 @@ void __init wrppmc_timer_setup(struct irqaction *irq) { /* Install ISR for timer interrupt */ setup_irq(WRPPMC_MIPS_TIMER_IRQ, irq); - - /* to generate the first timer interrupt */ - write_c0_compare(mips_hpt_frequency/HZ); - write_c0_count(0); } /*