Increased CKRM_SHARE_ACCURACY from (1<<10) to (1<<13). This resolves PL2620.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 22 Oct 2004 06:26:45 +0000 (06:26 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 22 Oct 2004 06:26:45 +0000 (06:26 +0000)
include/linux/ckrm_sched.h

index 62b3ba2..4a06fca 100644 (file)
@@ -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)