This commit is contained in:
rtm 2006-07-29 09:35:02 +00:00
parent e46fb46fcf
commit 32630628a9
17 changed files with 89 additions and 13 deletions

View file

@ -15,7 +15,7 @@
#include "proc.h"
#include "spinlock.h"
struct spinlock kalloc_lock;
struct spinlock kalloc_lock = { "kalloc" };
struct run {
struct run *next;