summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/atomic.h
blob: 1f741bcc73b756b999fcefcbaa91325e83ec51e2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef ___ASM_SPARC_ATOMIC_H
#define ___ASM_SPARC_ATOMIC_H
#if defined(__sparc__) && defined(__arch64__)
#include <asm/atomic_64.h>
#else
#include <asm/atomic_32.h>
#endif
#define atomic_fetch_or atomic_fetch_or
#endif