RE: [PATCH] scheduler: domain: init next_balance innohz_idle_balancer with jiffies

From: Peter Zijlstra
Date: Tue Jan 31 2012 - 15:02:40 EST


On Tue, 2012-01-31 at 11:23 -0800, Diwakar Tundlam wrote:
> Here's the patch for kernel 3.3-rc1:
>
> ** kernel/sched/fair.c 2012-01-31 11:19:52.032421593 -0800
> ***************
> *** 5585,5597 ****
>
> __init void init_sched_fair_class(void)
> {
> #ifdef CONFIG_SMP
> open_softirq(SCHED_SOFTIRQ, run_rebalance_domains);
>
> #ifdef CONFIG_NO_HZ
> zalloc_cpumask_var(&nohz.idle_cpus_mask, GFP_NOWAIT);
> + nohz.next_balance = jiffies;
> #endif
> #endif /* SMP */
>
> }

This is not something I can apply, please see
Documentation/SubmittingPatches.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/