On Fri, 22 Oct 2010, Mel Gorman wrote: > index eaaea37..c67d333 100644 > --- a/include/linux/vmstat.h > +++ b/include/linux/vmstat.h > @@ -254,6 +254,8 @@ extern void dec_zone_state(struct zone *, enum zone_stat_item); > extern void __dec_zone_state(struct zone *, enum zone_stat_item); > > void refresh_cpu_vm_stats(int); > +void disable_pgdat_percpu_threshold(pg_data_t *pgdat); > +void enable_pgdat_percpu_threshold(pg_data_t *pgdat); > #else /* CONFIG_SMP */ The naming is a bit misleading since disabling may only mean reducing the treshold. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>