
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
---

 memhotplug-dave/arch/x86_64/mm/init.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/mm/init.c~H3-x86_64-no-lpfn arch/x86_64/mm/init.c
--- memhotplug/arch/x86_64/mm/init.c~H3-x86_64-no-lpfn	2004-10-12 10:10:59.000000000 -0700
+++ memhotplug-dave/arch/x86_64/mm/init.c	2004-10-12 10:10:59.000000000 -0700
@@ -69,7 +69,7 @@ void show_mem(void)
 
 	for_each_pgdat(pgdat) {
                for (i = 0; i < pgdat->node_spanned_pages; ++i) {
-			page = lpfn_to_page(pgdat->node_start_pfn + i);
+			page = pfn_to_page(pgdat->node_start_pfn + i);
 			total++;
                        if (PageReserved(page))
 			reserved++;
_
