xref: /haiku/headers/private/system/arch/sparc/arch_cpu_defs.h (revision f42cda29e8c92685194ade32cb97e3eaee82d35d)
1*f42cda29SPulkoMandy /*
2*f42cda29SPulkoMandy  * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3*f42cda29SPulkoMandy  * Distributed under the terms of the MIT License.
4*f42cda29SPulkoMandy  */
5*f42cda29SPulkoMandy #ifndef _SYSTEM_ARCH_SPARC_DEFS_H
6*f42cda29SPulkoMandy #define _SYSTEM_ARCH_SPARC_DEFS_H
7*f42cda29SPulkoMandy 
8*f42cda29SPulkoMandy 
9*f42cda29SPulkoMandy #define SPINLOCK_PAUSE()	do {} while (false)
10*f42cda29SPulkoMandy 
11*f42cda29SPulkoMandy 
12*f42cda29SPulkoMandy #endif	/* _SYSTEM_ARCH_SPARC_DEFS_H */
13*f42cda29SPulkoMandy 
14