Increased size of CLASSQUEUE from 128 to 1024 to support CPU shares of 4 or greater
authorAndy Bavier <acb@cs.princeton.edu>
Wed, 27 Oct 2004 21:06:11 +0000 (21:06 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Wed, 27 Oct 2004 21:06:11 +0000 (21:06 +0000)
include/linux/ckrm_classqueue.h

index a825336..3041c81 100644 (file)
@@ -28,7 +28,8 @@
 
 #include <linux/list.h>
 
-#define CLASSQUEUE_SIZE 128
+#define CLASSQUEUE_SIZE 1024   // acb: changed from 128
+//#define CLASSQUEUE_SIZE 128
 #define CQ_BITMAP_SIZE ((((CLASSQUEUE_SIZE+1+7)/8)+sizeof(long)-1)/sizeof(long))
 
 /**