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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>