projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
843e338
)
Increase queue size to 64.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Sep 2004 19:31:13 +0000
(19:31 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Sep 2004 19:31:13 +0000
(19:31 +0000)
src/devices/intq.h
patch
|
blob
|
history
diff --git
a/src/devices/intq.h
b/src/devices/intq.h
index 5c278faf7788612c1090373c96ca092da74d4f7c..161d7eb5a161780c79749483a278a608a35a3c0b 100644
(file)
--- a/
src/devices/intq.h
+++ b/
src/devices/intq.h
@@
-27,7
+27,7
@@
handlers. */
/* Queue buffer size, in bytes. */
-#define INTQ_BUFSIZE
8
+#define INTQ_BUFSIZE
64
/* A circular queue of bytes. */
struct intq