X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68knommu%2Fkernel%2Ftime.c;h=5c3ca671627c19fdd82cb71e631801448be616c7;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=e328f2810b17a38a3fb393c3611732e7e00e528c;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/m68knommu/kernel/time.c b/arch/m68knommu/kernel/time.c index e328f2810..5c3ca6716 100644 --- a/arch/m68knommu/kernel/time.c +++ b/arch/m68knommu/kernel/time.c @@ -57,6 +57,9 @@ 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);