From dec637bc59a23a7676f2ec0c9db10fe8122607df Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Sun, 11 Sep 2016 20:59:57 -0400 Subject: Replace I_BUSY with sleep locks --- console.c | 1 + 1 file changed, 1 insertion(+) (limited to 'console.c') diff --git a/console.c b/console.c index fa611ef..4d678b0 100644 --- a/console.c +++ b/console.c @@ -7,6 +7,7 @@ #include "param.h" #include "traps.h" #include "spinlock.h" +#include "sleeplock.h" #include "fs.h" #include "file.h" #include "memlayout.h" -- cgit v1.2.3