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)
commitc51576b5aedc01da14c5f29527884f4bea49d544
tree88755d3a850714252ba84ad9f5dc32a5caa6ea95
parent6cd0c447a03e5505e7ca76784bef515cc4366a01
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.
doc/threads.texi
src/threads/synch.c