rpms/kernel/F-7 linux-2.6-sched-cfs.patch,1.7,1.8

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Thu Jul 26 21:56:37 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4505

Modified Files:
	linux-2.6-sched-cfs.patch 
Log Message:
CFS scheduler load balancing fix.


linux-2.6-sched-cfs.patch:

Index: linux-2.6-sched-cfs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/linux-2.6-sched-cfs.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- linux-2.6-sched-cfs.patch	20 Jul 2007 18:48:03 -0000	1.7
+++ linux-2.6-sched-cfs.patch	26 Jul 2007 21:56:04 -0000	1.8
@@ -30,6 +30,9 @@
 [not merged yet]
 time: introduce xtime_seconds
 
+[not merged]
+sched: increase SCHED_LOAD_SCALE_FUZZ
+
 Index: linux/Documentation/kernel-parameters.txt
 ===================================================================
 --- linux.orig/Documentation/kernel-parameters.txt
@@ -861,7 +864,7 @@
 +#define SCHED_LOAD_SHIFT	10
 +#define SCHED_LOAD_SCALE	(1L << SCHED_LOAD_SHIFT)
 +
-+#define SCHED_LOAD_SCALE_FUZZ	(SCHED_LOAD_SCALE >> 5)
++#define SCHED_LOAD_SCALE_FUZZ	(SCHED_LOAD_SCALE >> 1)
  
  #ifdef CONFIG_SMP
  #define SD_LOAD_BALANCE		1	/* Do load balancing on this domain. */




More information about the fedora-extras-commits mailing list