1 /* spinlock.h: 64-bit Sparc spinlock support. 2 * 3 * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) 4 */ 5 6 #ifndef __SPARC64_SPINLOCK_H 7 #define __SPARC64_SPINLOCK_H 8 9 #ifndef __ASSEMBLY__ 10 11 #include <asm/processor.h> 12 #include <asm/barrier.h> 13 #include <asm/qrwlock.h> 14 #include <asm/qspinlock.h> 15 16 #endif /* !(__ASSEMBLY__) */ 17 18 #endif /* !(__SPARC64_SPINLOCK_H) */ 19