summaryrefslogtreecommitdiff
path: root/arch/x32/atomic_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x32/atomic_arch.h')
-rw-r--r--arch/x32/atomic_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x32/atomic_arch.h b/arch/x32/atomic_arch.h
index 26098d3f..7daf4ae2 100644
--- a/arch/x32/atomic_arch.h
+++ b/arch/x32/atomic_arch.h
@@ -87,7 +87,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" );