From: Ben Pfaff Date: Tue, 18 Jan 2005 17:26:47 +0000 (+0000) Subject: In all the variants of the basic test for part 1-1, release the lock X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4df6186aaebe94436efe49f42149bb90f084d73;hp=c4df6186aaebe94436efe49f42149bb90f084d73;p=pintos-anon In all the variants of the basic test for part 1-1, release the lock when we're done with it. This shouldn't be necessary, but not releasing the lock is a corner case that we don't necessarily want the students to have to handle. ---