diff options
author | Christoph Lameter <clameter@sgi.com> | 2007-02-10 04:43:04 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:18 -0500 |
commit | 9195481d2f869a2707a272057f3f8664fd277534 (patch) | |
tree | 995f43619af48009b616bf5a7ce4a6bffd75de79 /mm | |
parent | 96177299416dbccb73b54e6b344260154a445375 (diff) |
[PATCH] Drop nr_free_pages_pgdat()
Function is unnecessary now. We can use the summing features of the ZVCs to
get the values we need.
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 'mm')
-rw-r--r-- | mm/page_alloc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index f1e320b3a988..cf1a34074f08 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1440,13 +1440,6 @@ fastcall void free_pages(unsigned long addr, unsigned int order) | |||
1440 | 1440 | ||
1441 | EXPORT_SYMBOL(free_pages); | 1441 | EXPORT_SYMBOL(free_pages); |
1442 | 1442 | ||
1443 | #ifdef CONFIG_NUMA | ||
1444 | unsigned int nr_free_pages_pgdat(pg_data_t *pgdat) | ||
1445 | { | ||
1446 | return node_page_state(pgdat->node_id, NR_FREE_PAGES); | ||
1447 | } | ||
1448 | #endif | ||
1449 | |||
1450 | static unsigned int nr_free_zone_pages(int offset) | 1443 | static unsigned int nr_free_zone_pages(int offset) |
1451 | { | 1444 | { |
1452 | /* Just pick one node, since fallback list is circular */ | 1445 | /* Just pick one node, since fallback list is circular */ |