root/headers/private/system/arch/sparc/arch_cpu_defs.h
/*
 * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef _SYSTEM_ARCH_SPARC_DEFS_H
#define _SYSTEM_ARCH_SPARC_DEFS_H


#define SPINLOCK_PAUSE()        do {} while (false)


#endif  /* _SYSTEM_ARCH_SPARC_DEFS_H */