diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 2ee7ec5e003f..21ba6f88b35c 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -13,14 +13,6 @@ | |||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/cpu.h> | 14 | #include <linux/cpu.h> |
15 | 15 | ||
16 | void __get_zone_counts(unsigned long *active, unsigned long *inactive, | ||
17 | unsigned long *free, struct pglist_data *pgdat) | ||
18 | { | ||
19 | *active = node_page_state(pgdat->node_id, NR_ACTIVE); | ||
20 | *inactive = node_page_state(pgdat->node_id, NR_INACTIVE); | ||
21 | *free = node_page_state(pgdat->node_id, NR_FREE_PAGES); | ||
22 | } | ||
23 | |||
24 | void get_zone_counts(unsigned long *active, | 16 | void get_zone_counts(unsigned long *active, |
25 | unsigned long *inactive, unsigned long *free) | 17 | unsigned long *inactive, unsigned long *free) |
26 | { | 18 | { |