projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb5c6a0
)
Add comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Nov 2006 14:44:42 +0000
(14:44 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Nov 2006 14:44:42 +0000
(14:44 +0000)
src/threads/synch.h
patch
|
blob
|
history
diff --git
a/src/threads/synch.h
b/src/threads/synch.h
index 9e464e3876400f60fafbc44a105f859ffd4b6938..a19e88b181dff1208839ff890154aa69b299ce91 100644
(file)
--- a/
src/threads/synch.h
+++ b/
src/threads/synch.h
@@
-44,7
+44,8
@@
void cond_broadcast (struct condition *, struct lock *);
/* Optimization barrier.
The compiler will not reorder operations across an
- optimization barrier. */
+ optimization barrier. See "Optimization Barriers" in the
+ reference guide for more information.*/
#define barrier() asm volatile ("" : : : "memory")
#endif /* threads/synch.h */