mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-10 21:08:14 +00:00
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>
|