From 5d34fa2a489940f19ee6c4728e4b11b6d8ffad01 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Fri, 31 May 2019 11:45:42 -0400 Subject: -initrd fs.img, ramdisk.c, file system --- sleeplock.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sleeplock.c') diff --git a/sleeplock.c b/sleeplock.c index e0750ea..b490370 100644 --- a/sleeplock.c +++ b/sleeplock.c @@ -1,11 +1,10 @@ // Sleeping locks #include "types.h" +#include "riscv.h" #include "defs.h" #include "param.h" -#include "x86.h" #include "memlayout.h" -#include "mmu.h" #include "proc.h" #include "spinlock.h" #include "sleeplock.h" -- cgit v1.2.3