diff options
author | Christoph Lameter <clameter@sgi.com> | 2007-02-10 04:43:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:18 -0500 |
commit | 05a0416be2b88d859efcbc4a4290555a04d169a1 (patch) | |
tree | da7216a3a04625a45b952ea21f817d5cdb199530 /include/linux/mmzone.h | |
parent | 9195481d2f869a2707a272057f3f8664fd277534 (diff) |
[PATCH] Drop __get_zone_counts()
Values are readily available via ZVC per node and global sums.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index d15b1f68aef9..398f2ec55f54 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -444,8 +444,6 @@ typedef struct pglist_data { | |||
444 | 444 | ||
445 | #include <linux/memory_hotplug.h> | 445 | #include <linux/memory_hotplug.h> |
446 | 446 | ||
447 | void __get_zone_counts(unsigned long *active, unsigned long *inactive, | ||
448 | unsigned long *free, struct pglist_data *pgdat); | ||
449 | void get_zone_counts(unsigned long *active, unsigned long *inactive, | 447 | void get_zone_counts(unsigned long *active, unsigned long *inactive, |
450 | unsigned long *free); | 448 | unsigned long *free); |
451 | void build_all_zonelists(void); | 449 | void build_all_zonelists(void); |