From: Geert Uytterhoeven Date: Sun, 23 May 2010 08:44:30 +0000 (+0200) Subject: m68k: Enable atomic64_t X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b417b717093085e45867770b29b9a97692cf132a;p=linux.git m68k: Enable atomic64_t Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index b5da298ba61df..2e3737b92ffca 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -7,6 +7,7 @@ config M68K default y select HAVE_AOUT select HAVE_IDE + select GENERIC_ATOMIC64 config MMU bool diff --git a/arch/m68k/include/asm/atomic.h b/arch/m68k/include/asm/atomic.h index 8d29145ebb27b..eab36dcacf6c4 100644 --- a/arch/m68k/include/asm/atomic.h +++ b/arch/m68k/include/asm/atomic.h @@ -3,3 +3,5 @@ #else #include "atomic_mm.h" #endif + +#include