projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab4614c
)
* lock_acquire(), lock_release() don't need additional intr_dis/enable
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 10 Feb 2006 16:28:42 +0000
(16:28 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 10 Feb 2006 16:28:42 +0000
(16:28 +0000)
calls, because the semaphore protects lock->holder.
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index bb96b8825e807c5694453c3b222149a24ede4ca6..3d6ec6930c325caecf3ef4d9221bf5f442607a27 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-86,7
+86,8
@@
via Godmar Back:
* Add FS persistence test(s).
-
+* lock_acquire(), lock_release() don't need additional intr_dis/enable
+ calls, because the semaphore protects lock->holder.