summaryrefslogtreecommitdiff
path: root/arch/x86_64/atomic_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/atomic_arch.h')
-rw-r--r--arch/x86_64/atomic_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/atomic_arch.h b/arch/x86_64/atomic_arch.h
index 9f47f808..55fc6fb9 100644
--- a/arch/x86_64/atomic_arch.h
+++ b/arch/x86_64/atomic_arch.h
@@ -96,7 +96,7 @@ static inline void a_barrier()
__asm__ __volatile__( "" : : : "memory" );
}
-#define a_pause a_pause
+#define a_spin a_spin
static inline void a_spin()
{
__asm__ __volatile__( "pause" : : : "memory" );