diff options
Diffstat (limited to 'kern/mutex.h')
-rw-r--r-- | kern/mutex.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/mutex.h b/kern/mutex.h index 011f7033..d3fe74b5 100644 --- a/kern/mutex.h +++ b/kern/mutex.h @@ -31,9 +31,6 @@ struct mutex; -#define MUTEX_INITIALIZER(mutex) \ - { MUTEX_UNLOCKED, SPINLOCK_INITIALIZER, LIST_INITIALIZER((mutex).waiters) } - static inline void mutex_init(struct mutex *mutex) { |