On Tue, Dec 17, 2013 at 09:21:25AM +0000, Mel Gorman wrote: > if (sd) { > id = cpumask_first(sched_domain_span(sd)); > size = cpumask_weight(sched_domain_span(sd)); > - sd = sd->parent; /* sd_busy */ > + busy_sd = sd->parent; /* sd_busy */ > } > - rcu_assign_pointer(per_cpu(sd_busy, cpu), sd); > + rcu_assign_pointer(per_cpu(sd_busy, cpu), busy_sd); Argh, so much for paying attention :/ Thanks! -- 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>