This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / gt64120 / common / time.c
index 2287b59..44f33ca 100644 (file)
@@ -36,9 +36,6 @@ static void gt64120_irq(int irq, void *dev_id, struct pt_regs *regs)
                handled = 1;
                irq_src &= ~0x00000800;
                do_timer(regs);
-#ifndef CONFIG_SMP
-               update_process_times(user_mode(regs));
-#endif
        }
 
        GT_WRITE(GT_INTRCAUSE_OFS, 0);
@@ -65,6 +62,7 @@ static void gt64120_irq(int irq, void *dev_id, struct pt_regs *regs)
  */
 void gt64120_time_init(void)
 {
+       extern irq_desc_t irq_desc[NR_IRQS];
        static struct irqaction timer;
 
        /* Disable timer first */