From: Marc Fiuczynski Date: Fri, 22 Oct 2004 06:26:45 +0000 (+0000) Subject: Increased CKRM_SHARE_ACCURACY from (1<<10) to (1<<13). This resolves PL2620. X-Git-Tag: before-enable-kexec-patch~32 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=49241416b7fc19f3cc75d206438332909ee896c1;p=linux-2.6.git Increased CKRM_SHARE_ACCURACY from (1<<10) to (1<<13). This resolves PL2620. --- diff --git a/include/linux/ckrm_sched.h b/include/linux/ckrm_sched.h index 62b3ba27a..4a06fca0a 100644 --- a/include/linux/ckrm_sched.h +++ b/include/linux/ckrm_sched.h @@ -293,7 +293,7 @@ void adjust_local_weight(void); #define CLASS_QUANTIZER 16 //shift from ns to increase class bonus #define PRIORITY_QUANTIZER 2 //controls how much a high prio task can borrow -#define CKRM_SHARE_ACCURACY 10 +#define CKRM_SHARE_ACCURACY 13 #define NSEC_PER_MS 1000000 #define NSEC_PER_JIFFIES (NSEC_PER_SEC/HZ)