On 05/07/2013 02:20 PM, Dave Hansen wrote:
> +++ linux.git-davehans/kernel/sched/fair.c 2013-05-07 13:48:15.275114295
> -0700
> @@ -5211,6 +5211,8 @@ more_balance:
> if (sd->balance_interval < sd->max_interval)
> sd->balance_interval *= 2;
> }
> + //if (printk_ratelimit())
> + // printk("sd->balance_interval: %d\n", sd->balance_interval);
>
> goto out;
Urg, this is obviously a garbage hunk that snuck in here.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/