summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Lameter2007-02-10 10:43:04 +0100
committerLinus Torvalds2007-02-11 19:51:18 +0100
commit9195481d2f869a2707a272057f3f8664fd277534 (patch)
tree995f43619af48009b616bf5a7ce4a6bffd75de79 /include
parent[PATCH] Drop free_pages() (diff)
downloadkernel-qcow2-linux-9195481d2f869a2707a272057f3f8664fd277534.tar.gz
kernel-qcow2-linux-9195481d2f869a2707a272057f3f8664fd277534.tar.xz
kernel-qcow2-linux-9195481d2f869a2707a272057f3f8664fd277534.zip
[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 'include')
-rw-r--r--include/linux/swap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h
index 817e1b47007f..006868881346 100644
--- a/include/linux/swap.h
+++ b/include/linux/swap.h
@@ -170,7 +170,6 @@ extern void swapin_readahead(swp_entry_t, unsigned long, struct vm_area_struct *
extern unsigned long totalram_pages;
extern unsigned long totalreserve_pages;
extern long nr_swap_pages;
-extern unsigned int nr_free_pages_pgdat(pg_data_t *pgdat);
extern unsigned int nr_free_buffer_pages(void);
extern unsigned int nr_free_pagecache_pages(void);