aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>2010-08-04 14:41:45 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2010-10-22 09:43:23 +0200
commit5bc5a70b62e5b672e40dd031da3e0444f62dbd3a (patch)
tree6b2ae103d66809506f94f4f2aced8065ff74036e /arch/m68knommu
parentm68k: move definition of THREAD_SIZE into thread_info_mm.h (diff)
downloadlinux-dev-5bc5a70b62e5b672e40dd031da3e0444f62dbd3a.tar.xz
linux-dev-5bc5a70b62e5b672e40dd031da3e0444f62dbd3a.zip
m68k/m68knommu: Remove dead SMP config option
CONFIG_SMP doesn't exist in Kconfig (for this architecure), therefore remove all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/kernel/time.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/m68knommu/kernel/time.c b/arch/m68knommu/kernel/time.c
index a90acf5b0cde..7089dd9d843b 100644
--- a/arch/m68knommu/kernel/time.c
+++ b/arch/m68knommu/kernel/time.c
@@ -50,9 +50,8 @@ irqreturn_t arch_timer_interrupt(int irq, void *dummy)
write_sequnlock(&xtime_lock);
-#ifndef CONFIG_SMP
update_process_times(user_mode(get_irq_regs()));
-#endif
+
return(IRQ_HANDLED);
}
#endif