summaryrefslogtreecommitdiff
path: root/ide.c
diff options
context:
space:
mode:
open()
Diffstat (limited to 'ide.c')
-rw-r--r--ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide.c b/ide.c
index 88a1d4d..27a76fb 100644
--- a/ide.c
+++ b/ide.c
@@ -25,7 +25,7 @@ struct ide_request {
};
struct ide_request request[NREQUEST];
int head, tail;
-struct spinlock ide_lock;
+struct spinlock ide_lock = { "ide" };
int disk_channel;