blob: 9355893efa5281d200434419bb72b774e7989d91 [file] [log] [blame]
David Howellsd550bbd2012-03-28 18:30:03 +01001#ifndef ___ASM_SPARC_CMPXCHG_H
2#define ___ASM_SPARC_CMPXCHG_H
3#if defined(__sparc__) && defined(__arch64__)
4#include <asm/cmpxchg_64.h>
5#else
6#include <asm/cmpxchg_32.h>
7#endif
8#endif