From 63e810448ff71bd07a6c925d85b51407a71b2631 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Wed, 27 Oct 2004 21:06:11 +0000 Subject: [PATCH] Increased size of CLASSQUEUE from 128 to 1024 to support CPU shares of 4 or greater --- include/linux/ckrm_classqueue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/ckrm_classqueue.h b/include/linux/ckrm_classqueue.h index a825336cb..3041c8179 100644 --- a/include/linux/ckrm_classqueue.h +++ b/include/linux/ckrm_classqueue.h @@ -28,7 +28,8 @@ #include -#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)) /** -- 2.47.0