diff options
Diffstat (limited to 'include/asm-mips/spinlock.h')
-rw-r--r-- | include/asm-mips/spinlock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/spinlock.h b/include/asm-mips/spinlock.h index 4c1a1b53aeaf..c8d5587467bb 100644 --- a/include/asm-mips/spinlock.h +++ b/include/asm-mips/spinlock.h | |||
@@ -328,4 +328,8 @@ static inline int __raw_write_trylock(raw_rwlock_t *rw) | |||
328 | } | 328 | } |
329 | 329 | ||
330 | 330 | ||
331 | #define _raw_spin_relax(lock) cpu_relax() | ||
332 | #define _raw_read_relax(lock) cpu_relax() | ||
333 | #define _raw_write_relax(lock) cpu_relax() | ||
334 | |||
331 | #endif /* _ASM_SPINLOCK_H */ | 335 | #endif /* _ASM_SPINLOCK_H */ |