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