diff options
Diffstat (limited to 'arch/m68k/kernel/time.c')
-rw-r--r-- | arch/m68k/kernel/time.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/kernel/time.c b/arch/m68k/kernel/time.c index 4926b3856c15..06438dac08ff 100644 --- a/arch/m68k/kernel/time.c +++ b/arch/m68k/kernel/time.c | |||
@@ -42,9 +42,7 @@ static inline int set_rtc_mmss(unsigned long nowtime) | |||
42 | static irqreturn_t timer_interrupt(int irq, void *dummy) | 42 | static irqreturn_t timer_interrupt(int irq, void *dummy) |
43 | { | 43 | { |
44 | do_timer(1); | 44 | do_timer(1); |
45 | #ifndef CONFIG_SMP | ||
46 | update_process_times(user_mode(get_irq_regs())); | 45 | update_process_times(user_mode(get_irq_regs())); |
47 | #endif | ||
48 | profile_tick(CPU_PROFILING); | 46 | profile_tick(CPU_PROFILING); |
49 | 47 | ||
50 | #ifdef CONFIG_HEARTBEAT | 48 | #ifdef CONFIG_HEARTBEAT |