From 1d34ec2dd1e1ecd3aebb1f7f575a1dd082af5858 Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Tue, 20 Jun 2006 23:55:17 +0900 Subject: [PATCH] --- yaml --- r: 31240 b: refs/heads/master c: 6feb6efaec9858dfb673fc5c89b8280b1b73bb08 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/gt64120/wrppmc/time.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index e4630de4bcc4..ecb0acfb4bae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f41ae0b2b9e5b4455cfc68dcc885f4fa2a973384 +refs/heads/master: 6feb6efaec9858dfb673fc5c89b8280b1b73bb08 diff --git a/trunk/arch/mips/gt64120/wrppmc/time.c b/trunk/arch/mips/gt64120/wrppmc/time.c index 175d22adb450..6c24a82df0dd 100644 --- a/trunk/arch/mips/gt64120/wrppmc/time.c +++ b/trunk/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); } /*