diff options
Diffstat (limited to 'spinlock.c')
-rw-r--r-- | spinlock.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,8 +8,6 @@ #include "proc.h" #include "spinlock.h" -extern int use_console_lock; - void initlock(struct spinlock *lock, char *name) { |