mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 05:46:46 +07: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>
|