The lock functions don't really need to disable interrupts themselves,
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Apr 2006 20:19:35 +0000 (20:19 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Apr 2006 20:19:35 +0000 (20:19 +0000)
commit71b4d5a453498d45ae5929b51247a487c0e3719d
tree1adb70ffd6c5c1847f46f64e90e944ac1253a5aa
parente4c188c144b9e3575e9d063683ce9debe6ed2c3a
The lock functions don't really need to disable interrupts themselves,
since they're protected by the semaphore.
Thanks to Godmar Back for reporting this.
TODO
doc/threads.texi
solutions/p1.patch
src/threads/synch.c