login
Header Space

 
 

Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v2.6.22.8, v2.6.21.7, v2.6.20.20

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: S.Çağlar <caglar@...>
Cc: <linux-kernel@...>
Date: Wednesday, September 26, 2007 - 9:48 am

* S.Çağlar Onur <caglar@pardus.org.tr> wrote:


oops, indeed! This happens with certain .config combinations only and it 
didnt trigger on mine.


your fix is the right one - and i've updated the patches with this small 
fix. Anyone who hits this issue should re-download the same patch once 
more, or should apply the small patch below.

	Ingo

Index: linux/kernel/sched_fair.c
===================================================================
--- linux.orig/kernel/sched_fair.c
+++ linux/kernel/sched_fair.c
@@ -46,7 +46,7 @@ const_debug unsigned int sysctl_sched_ch
  * Minimal preemption granularity for CPU-bound tasks:
  * (default: 2 msec, units: nanoseconds)
  */
-const_debug unsigned int sysctl_sched_nr_latency __read_mostly = 20;
+const_debug unsigned int sysctl_sched_nr_latency = 20;
 
 /*
  * sys_sched_yield() compat mode
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RE: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v..., Fortier,Vincent [Montreal]..., (Fri Oct 26, 2:56 pm)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v..., Alejandro Riveira , (Fri Sep 28, 4:26 pm)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v..., Alejandro Riveira , (Tue Oct 2, 2:12 pm)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v..., Henrique de Moraes Holschuh..., (Fri Sep 28, 10:20 pm)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v..., Alejandro Riveira , (Sat Sep 29, 12:51 pm)
Re: [patch/backport] CFS scheduler, -v22, for v2.6.23-rc8, v..., Ingo Molnar, (Wed Sep 26, 9:48 am)
speck-geostationary