From: Ben Pfaff Date: Sat, 11 Sep 2004 19:31:13 +0000 (+0000) Subject: Increase queue size to 64. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=7d6f6e3a89bff0dfda2434505acd3955f55f8537;p=pintos-anon Increase queue size to 64. --- diff --git a/src/devices/intq.h b/src/devices/intq.h index 5c278fa..161d7eb 100644 --- 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