diff options
Diffstat (limited to 'kern/spinlock.h')
-rw-r--r-- | kern/spinlock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/spinlock.h b/kern/spinlock.h index 8e67df3f..1cc9b08f 100644 --- a/kern/spinlock.h +++ b/kern/spinlock.h @@ -32,8 +32,6 @@ struct spinlock; -#define SPINLOCK_INITIALIZER { 0 } - static inline void spinlock_init(struct spinlock *lock) { |