From: Andy Bavier Date: Wed, 27 Oct 2004 21:06:11 +0000 (+0000) Subject: Increased size of CLASSQUEUE from 128 to 1024 to support CPU shares of 4 or greater X-Git-Tag: before-enable-kexec-patch~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=63e810448ff71bd07a6c925d85b51407a71b2631;p=linux-2.6.git Increased size of CLASSQUEUE from 128 to 1024 to support CPU shares of 4 or greater --- 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)) /**