aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/system_mm.h
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/m68k/include/asm/system_mm.h
parenta8a6aa0f060e98f9af170c0905d3d5af3b3fa21d (diff)
downloadkernel_samsung_smdk4412-5bc5a70b62e5b672e40dd031da3e0444f62dbd3a.zip
kernel_samsung_smdk4412-5bc5a70b62e5b672e40dd031da3e0444f62dbd3a.tar.gz
kernel_samsung_smdk4412-5bc5a70b62e5b672e40dd031da3e0444f62dbd3a.tar.bz2
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/m68k/include/asm/system_mm.h')
-rw-r--r--arch/m68k/include/asm/system_mm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/system_mm.h b/arch/m68k/include/asm/system_mm.h
index dbb6515..485daec 100644
--- a/arch/m68k/include/asm/system_mm.h
+++ b/arch/m68k/include/asm/system_mm.h
@@ -205,9 +205,7 @@ static inline unsigned long __cmpxchg(volatile void *p, unsigned long old,
((__typeof__(*(ptr)))__cmpxchg_local_generic((ptr), (unsigned long)(o),\
(unsigned long)(n), sizeof(*(ptr))))
-#ifndef CONFIG_SMP
#include <asm-generic/cmpxchg.h>
-#endif
#endif