haiku/headers/private/system/arch/mipsel/arch_cpu_defs.h
Ingo Weinhold 45b01eb841 Added private system arch specific arch_cpu_defs.h header, currently defining
only a SPINLOCK_PAUSE() macro.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36351 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-19 14:16:48 +00:00

13 lines
273 B
C

/*
* Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
* Distributed under the terms of the MIT License.
*/
#ifndef _SYSTEM_ARCH_MIPSEL_DEFS_H
#define _SYSTEM_ARCH_MIPSEL_DEFS_H
#define SPINLOCK_PAUSE() do {} while (false)
#endif /* _SYSTEM_ARCH_MIPSEL_DEFS_H */