X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68knommu%2Fkernel%2Ftime.c;h=e328f2810b17a38a3fb393c3611732e7e00e528c;hb=6f71f83334a552167ccbbd42fe5dd979428c89e4;hp=5c3ca671627c19fdd82cb71e631801448be616c7;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/arch/m68knommu/kernel/time.c b/arch/m68knommu/kernel/time.c index 5c3ca6716..e328f2810 100644 --- a/arch/m68knommu/kernel/time.c +++ b/arch/m68knommu/kernel/time.c @@ -57,9 +57,6 @@ static irqreturn_t timer_interrupt(int irq, void *dummy, struct pt_regs * regs) write_seqlock(&xtime_lock); do_timer(regs); -#ifndef CONFIG_SMP - update_process_times(user_mode(regs)); -#endif if (current->pid) profile_tick(CPU_PROFILING, regs);