mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
b417b71709
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
8 lines
113 B
C
8 lines
113 B
C
#ifdef __uClinux__
|
|
#include "atomic_no.h"
|
|
#else
|
|
#include "atomic_mm.h"
|
|
#endif
|
|
|
|
#include <asm-generic/atomic64.h>
|