Commit b417b717 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

m68k: Enable atomic64_t

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 63a64403
......@@ -7,6 +7,7 @@ config M68K
default y
select HAVE_AOUT
select HAVE_IDE
select GENERIC_ATOMIC64
config MMU
bool
......
......@@ -3,3 +3,5 @@
#else
#include "atomic_mm.h"
#endif
#include <asm-generic/atomic64.h>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment