Messages in this thread |  | | Subject | Re: [PATCH 2/3] sched: make tunable scaling style configurable | From | Peter Zijlstra <> | Date | Fri, 04 Dec 2009 10:49:13 +0100 |
| |
On Mon, 2009-11-30 at 12:16 +0100, ehrhardt@linux.vnet.ibm.com wrote:
> +++ linux-2.6-git-schedrecalc/kernel/sched.c > @@ -7010,6 +7010,21 @@ static void update_sysctl(void) > unsigned int cpus = max(num_online_cpus(), 8U); > unsigned int factor = 1 + ilog2(cpus); > > + unsigned int factor; > +
Now that won't compile will it ;-)
3rd patch removes the extra factor again, fixed it up properly.
|  |