projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59f8708
)
Fix comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 31 Dec 2004 21:13:38 +0000
(21:13 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 31 Dec 2004 21:13:38 +0000
(21:13 +0000)
src/threads/synch.c
patch
|
blob
|
history
diff --git
a/src/threads/synch.c
b/src/threads/synch.c
index a892454c8e9adf186c8189173d46c635b15e13e4..10a7dad5d022f7a294e5cce95d0a3dfb1148be73 100644
(file)
--- a/
src/threads/synch.c
+++ b/
src/threads/synch.c
@@
-192,8
+192,8
@@
lock_acquire (struct lock *lock)
/* Releases LOCK, which must be owned by the current thread.
An interrupt handler cannot acquire a lock, so it does not
- make sense to try to
signal a condition variable within an
-
interrupt
handler. */
+ make sense to try to
release a lock within an interrupt
+ handler. */
void
lock_release (struct lock *lock)
{