]> Devi Nivas Git - cs3210-lab1.git/commitdiff
done
authorrsc <rsc>
Wed, 8 Aug 2007 09:02:50 +0000 (09:02 +0000)
committerrsc <rsc>
Wed, 8 Aug 2007 09:02:50 +0000 (09:02 +0000)
BUGS

diff --git a/BUGS b/BUGS
index 0c6f14b4a4f871ed745ca57126ed9a8bcddd3f51..2f6d8bcf4e415ec4927e765b525d67febca4fb46 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -27,9 +27,6 @@ trap.c
        if spin locks are ever held without cli,
        trap should call yield() only if nlock == 0
 
-main.c, proc.c, trap.c:
-       use a constant for 3 (USER).
-
 ide.c: synchronous disk write -> polling disk write.  search for
        (a)synchronous; xv6 doesn't have asynchronous writes.