xref: /haiku/headers/private/system/arch/arm64/arch_cpu_defs.h (revision 68ea01249e1e2088933cb12f9c28d4e5c5d1c9ef)
1 /*
2  * Copyright 2019 Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _SYSTEM_ARCH_ARM64_DEFS_H
6 #define _SYSTEM_ARCH_ARM64_DEFS_H
7 
8 
9 #define SPINLOCK_PAUSE()	__asm__ __volatile__("yield")
10 
11 
12 #endif	/* _SYSTEM_ARCH_ARM64_DEFS_H */
13