On Wed, Sep 8, 2010 at 02:31, Greg Ungerer <gerg@xxxxxxxxxxxx> wrote:
From 31b4a9fff37587b571f24b005cee47e3ac8485ac Mon Sep 17 00:00:00 2001 From: Greg Ungerer <gerg@xxxxxxxxxxx> Date: Mon, 6 Sep 2010 12:49:41 +1000 Subject: [PATCH 6/8] m68k/m68knommu: merge MMU and non-MMU atomic.h The only difference between the MMU and non-MMU versions of atomic.h is some extra support needed by ColdFire family processors. So merge this into the MMU version of atomic.h.
[...]
@@ -197,4 +207,5 @@ static __inline__ int atomic_add_unless(atomic_t *v, int a, int u) #define smp_mb__after_atomic_inc() barrier() #include <asm-generic/atomic-long.h> +#include <asm-generic/atomic64.h> #endif /* __ARCH_M68K_ATOMIC __ */
Thanks, the new one builds fine. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html