rpms/kernel/FC-6 linux-2.6-sched-cfs.patch,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 13 22:40:01 UTC 2007


Author: cebbert

Update of /cvs/dist/rpms/kernel/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv29002

Modified Files:
	linux-2.6-sched-cfs.patch 
Log Message:
update CFS patch


linux-2.6-sched-cfs.patch:
 linux-2.6.22.noarch/kernel/time.c         |    1 
 linux/Documentation/kernel-parameters.txt |   43 
 linux/Documentation/sched-design-CFS.txt  |  119 +
 linux/arch/i386/kernel/smpboot.c          |   12 
 linux/arch/i386/kernel/tsc.c              |    9 
 linux/arch/ia64/kernel/setup.c            |    6 
 linux/arch/mips/kernel/smp.c              |   11 
 linux/arch/sparc/kernel/smp.c             |   10 
 linux/arch/sparc64/kernel/smp.c           |   27 
 linux/block/cfq-iosched.c                 |    3 
 linux/fs/proc/array.c                     |   59 
 linux/fs/proc/base.c                      |   71 
 linux/include/asm-generic/bitops/sched.h  |   21 
 linux/include/linux/hardirq.h             |   13 
 linux/include/linux/sched.h               |  258 +-
 linux/include/linux/topology.h            |   14 
 linux/init/main.c                         |    5 
 linux/kernel/delayacct.c                  |   10 
 linux/kernel/exit.c                       |    5 
 linux/kernel/fork.c                       |    5 
 linux/kernel/posix-cpu-timers.c           |   34 
 linux/kernel/sched.c                      | 2980 +++++++++++-------------------
 linux/kernel/sched_debug.c                |  276 ++
 linux/kernel/sched_fair.c                 | 1107 +++++++++++
 linux/kernel/sched_idletask.c             |   71 
 linux/kernel/sched_rt.c                   |  255 ++
 linux/kernel/sched_stats.h                |  235 ++
 linux/kernel/softirq.c                    |    1 
 linux/kernel/sysctl.c                     |   76 
 linux/kernel/time.c                       |   27 
 linux/lib/Kconfig.debug                   |    9 
 31 files changed, 3662 insertions(+), 2111 deletions(-)

Index: linux-2.6-sched-cfs.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-6/linux-2.6-sched-cfs.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-2.6-sched-cfs.patch	13 Jul 2007 18:10:27 -0000	1.5
+++ linux-2.6-sched-cfs.patch	13 Jul 2007 22:39:58 -0000	1.6
@@ -8,7 +8,10 @@
 sched: allow larger granularity
 
 45f384a64f0769bb9a3caf0516de88a629f48e61
-ched: remove stale version info from kernel/sched_debug.c
+sched: remove stale version info from kernel/sched_debug.c
+
+[not committed upstream yet, but obvious]
+sched: fix another prio_to_wmult[] entry
 
 Index: linux/Documentation/kernel-parameters.txt
 ===================================================================
@@ -2298,7 +2301,7 @@
 +	48356,   60446,   75558,   94446,  118058,  147573,
 +	184467,  230589,  288233,  360285,  450347,
 +	562979,  703746,  879575, 1099582, 1374389,
-+	717986, 2147483, 2684354, 3355443, 4194304,
++	1717986, 2147483, 2684354, 3355443, 4194304,
 +	5244160, 6557201, 8196502, 10250518, 12782640,
 +	16025997, 19976592, 24970740, 31350126, 39045157,
 +	49367440, 61356675, 76695844, 95443717, 119304647,




More information about the fedora-cvs-commits mailing list