X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fm68knommu%2Fkernel%2Ftime.c;h=6623909f70e6f1d00facb0047865c12aa0510509;hb=79d8a8f736151b12129984b1250fd708440e742c;hp=d6ac2a43453ce5be5808a0fa6aeacd4666cf8da6;hpb=6303710d7aa62bfb154cd13ab5ab12cfa8baaf91;p=linux-2.6-microblaze.git diff --git a/arch/m68knommu/kernel/time.c b/arch/m68knommu/kernel/time.c index d6ac2a43453c..6623909f70e6 100644 --- a/arch/m68knommu/kernel/time.c +++ b/arch/m68knommu/kernel/time.c @@ -36,7 +36,7 @@ static inline int set_rtc_mmss(unsigned long nowtime) #ifndef CONFIG_GENERIC_CLOCKEVENTS /* * timer_interrupt() needs to keep up the real-time clock, - * as well as call the "do_timer()" routine every clocktick + * as well as call the "xtime_update()" routine every clocktick */ irqreturn_t arch_timer_interrupt(int irq, void *dummy) { @@ -44,11 +44,7 @@ irqreturn_t arch_timer_interrupt(int irq, void *dummy) if (current->pid) profile_tick(CPU_PROFILING); - write_seqlock(&xtime_lock); - - do_timer(1); - - write_sequnlock(&xtime_lock); + xtime_update(1); update_process_times(user_mode(get_irq_regs()));