From 49241416b7fc19f3cc75d206438332909ee896c1 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 22 Oct 2004 06:26:45 +0000 Subject: [PATCH] Increased CKRM_SHARE_ACCURACY from (1<<10) to (1<<13). This resolves PL2620. --- include/linux/ckrm_sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.0