diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 376bd2d21482..b37bd49bfd55 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -207,7 +207,9 @@ void set_pgdat_percpu_threshold(pg_data_t *pgdat, | |||
207 | } | 207 | } |
208 | 208 | ||
209 | /* | 209 | /* |
210 | * For use when we know that interrupts are disabled. | 210 | * For use when we know that interrupts are disabled, |
211 | * or when we know that preemption is disabled and that | ||
212 | * particular counter cannot be updated from interrupt context. | ||
211 | */ | 213 | */ |
212 | void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, | 214 | void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, |
213 | int delta) | 215 | int delta) |