aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/system_mm.h
diff options
context:
space:
mode:
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 12053c44cccf..47b01f4726bc 100644
--- a/arch/m68k/include/asm/system_mm.h
+++ b/arch/m68k/include/asm/system_mm.h
@@ -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