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 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/

