This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / momentum / ocelot_g / gt-irq.c
index 70ccf39..9370896 100644 (file)
@@ -134,9 +134,6 @@ static irqreturn_t gt64240_p0int_irq(int irq, void *dev, struct pt_regs *regs)
 
                /* handle the timer call */
                do_timer(regs);
-#ifndef CONFIG_SMP
-               update_process_times(user_mode(regs));
-#endif
        }
 
        if (irq_src) {
@@ -159,6 +156,7 @@ static irqreturn_t gt64240_p0int_irq(int irq, void *dev, struct pt_regs *regs)
  */
 void gt64240_time_init(void)
 {
+       extern irq_desc_t irq_desc[NR_IRQS];
        static struct irqaction timer;
 
        /* Stop the timer -- we'll use timer #0 */