From 6670d3b5e084d9d900d2ea13e624e72e1e28f84c Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Sun, 11 Sep 2016 17:24:04 -0400 Subject: Straight replacement of B_BUSY with a sleeping lock. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a635b64..84faa48 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ OBJS = \ picirq.o\ pipe.o\ proc.o\ + sleeplock.o\ spinlock.o\ string.o\ swtch.o\ -- cgit v1.2.3