From 32630628a996e29018641af262272339ed6fef88 Mon Sep 17 00:00:00 2001 From: rtm Date: Sat, 29 Jul 2006 09:35:02 +0000 Subject: open() --- kalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalloc.c') diff --git a/kalloc.c b/kalloc.c index 0b22c91..c13a639 100644 --- a/kalloc.c +++ b/kalloc.c @@ -15,7 +15,7 @@ #include "proc.h" #include "spinlock.h" -struct spinlock kalloc_lock; +struct spinlock kalloc_lock = { "kalloc" }; struct run { struct run *next; -- cgit v1.2.3