diff options
Diffstat (limited to 'include/linux/mutex.h')
| -rw-r--r-- | include/linux/mutex.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mutex.h b/include/linux/mutex.h index 42aa9b9ecd5f..8d5535c58cc2 100644 --- a/include/linux/mutex.h +++ b/include/linux/mutex.h | |||
| @@ -176,8 +176,4 @@ extern void mutex_unlock(struct mutex *lock); | |||
| 176 | 176 | ||
| 177 | extern int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock); | 177 | extern int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock); |
| 178 | 178 | ||
| 179 | #ifndef arch_mutex_cpu_relax | ||
| 180 | # define arch_mutex_cpu_relax() cpu_relax() | ||
| 181 | #endif | ||
| 182 | |||
| 183 | #endif /* __LINUX_MUTEX_H */ | 179 | #endif /* __LINUX_MUTEX_H */ |
