b417b71709
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
7 lines
113 B
C
7 lines
113 B
C
#ifdef __uClinux__
|
|
#include "atomic_no.h"
|
|
#else
|
|
#include "atomic_mm.h"
|
|
#endif
|
|
|
|
#include <asm-generic/atomic64.h>
|