[PATCH] Drop nr_free_pages_pgdat()
authorChristoph Lameter <clameter@sgi.com>
Sat, 10 Feb 2007 09:43:04 +0000 (01:43 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:18 +0000 (10:51 -0800)
commit9195481d2f869a2707a272057f3f8664fd277534
tree995f43619af48009b616bf5a7ce4a6bffd75de79
parent96177299416dbccb73b54e6b344260154a445375
[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>
arch/ia64/mm/init.c
include/linux/swap.h
mm/page_alloc.c