On Fri, 11 Jul 2014, Frederic Weisbecker wrote: > > @@ -1228,20 +1244,105 @@ static const struct file_operations proc > > #ifdef CONFIG_SMP > > static DEFINE_PER_CPU(struct delayed_work, vmstat_work); > > int sysctl_stat_interval __read_mostly = HZ; > > +struct cpumask *cpu_stat_off; > > I thought you converted it? Converted what? We still need to keep a cpumask around that tells us which processor have vmstat running and which do not. -- 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>