45b01eb841
only a SPINLOCK_PAUSE() macro. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36351 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
273 B
C
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 */
|