X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Ffrv%2Fkernel%2Ftime.c;h=44a9aebc4f5a1637d1076510c1900c3aae33fa2c;hb=fefd26b3b8597a11a422d950c0d4424ff33a70ad;hp=68a77fe3bb40bfccc2b5f7da15bb87e69a32ad1f;hpb=2ee8099f2c2bc74a7c2fac7f83e12a5d651681d3;p=linux-2.6 diff --git a/arch/frv/kernel/time.c b/arch/frv/kernel/time.c index 68a77fe3bb..44a9aebc4f 100644 --- a/arch/frv/kernel/time.c +++ b/arch/frv/kernel/time.c @@ -10,7 +10,6 @@ * 2 of the License, or (at your option) any later version. */ -#include /* CONFIG_HEARTBEAT */ #include #include #include @@ -26,7 +25,6 @@ #include #include #include -#include #include @@ -71,7 +69,7 @@ static irqreturn_t timer_interrupt(int irq, void *dummy, struct pt_regs * regs) */ write_seqlock(&xtime_lock); - do_timer(regs); + do_timer(1); update_process_times(user_mode(regs)); profile_tick(CPU_PROFILING, regs);