]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/m68k/include/asm/system_mm.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux...
[mv-sheeva.git] / arch / m68k / include / asm / system_mm.h
index 12053c44cccfe38d06ca1b556da85f1720f227dd..47b01f4726bc76d3afd834f9eb840de64c68998c 100644 (file)
@@ -182,9 +182,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