diff options
Diffstat (limited to 'include/linux/vmstat.h')
-rw-r--r-- | include/linux/vmstat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/vmstat.h b/include/linux/vmstat.h index 2b3831b58aa4..e73d1030f2f7 100644 --- a/include/linux/vmstat.h +++ b/include/linux/vmstat.h | |||
@@ -313,6 +313,8 @@ static inline void __dec_zone_page_state(struct page *page, | |||
313 | #define set_pgdat_percpu_threshold(pgdat, callback) { } | 313 | #define set_pgdat_percpu_threshold(pgdat, callback) { } |
314 | 314 | ||
315 | static inline void refresh_cpu_vm_stats(int cpu) { } | 315 | static inline void refresh_cpu_vm_stats(int cpu) { } |
316 | #endif | 316 | #endif /* CONFIG_SMP */ |
317 | |||
318 | extern const char * const vmstat_text[]; | ||
317 | 319 | ||
318 | #endif /* _LINUX_VMSTAT_H */ | 320 | #endif /* _LINUX_VMSTAT_H */ |