projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2ee772
)
Wording.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 20 Dec 2005 22:52:01 +0000
(22:52 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 20 Dec 2005 22:52:01 +0000
(22:52 +0000)
doc/threads.texi
patch
|
blob
|
history
diff --git
a/doc/threads.texi
b/doc/threads.texi
index 0bc1534eb9c207e8166da68c8da37d2bc288a405..40565994f536bbbec06e7a9beb25ae494cd4a60a 100644
(file)
--- a/
doc/threads.texi
+++ b/
doc/threads.texi
@@
-721,6
+721,8
@@
scheduler at the same time.
@item Can I use one queue instead of 64 queues?
Yes, that's fine. It's easiest to describe the algorithm in terms of 64
-separate queues, but that may not be the best implementation. If you
-use a single queue, it should probably be sorted.
+separate queues, but that doesn't mean you have to implement it that
+way.
+
+If you use a single queue, it should probably be sorted.
@end table