Replace I_BUSY with sleep locks

This commit is contained in:
Frans Kaashoek 2016-09-11 20:59:57 -04:00
parent 2adb7c21dc
commit dec637bc59
7 changed files with 20 additions and 21 deletions

1
uart.c
View file

@ -5,6 +5,7 @@
#include "param.h"
#include "traps.h"
#include "spinlock.h"
#include "sleeplock.h"
#include "fs.h"
#include "file.h"
#include "mmu.h"