]> err.no Git - linux-2.6/blobdiff - arch/v850/kernel/time.c
Remove all inclusions of <linux/config.h>
[linux-2.6] / arch / v850 / kernel / time.c
index a0b46695f186f03921a7a09b66cde5af0bf5bfa8..cd06f47c0ea7404bfd29f15f31e222ca9c2f5260 100644 (file)
@@ -10,7 +10,6 @@
  *             "A Kernel Model for Precision Timekeeping" by Dave Mills
  */
 
-#include <linux/config.h> /* CONFIG_HEARTBEAT */
 #include <linux/errno.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
@@ -51,7 +50,7 @@ static irqreturn_t timer_interrupt (int irq, void *dummy, struct pt_regs *regs)
        if (mach_tick)
          mach_tick ();
 
-       do_timer (regs);
+       do_timer (1);
 #ifndef CONFIG_SMP
        update_process_times(user_mode(regs));
 #endif