From: Jiang Liu Date: Wed, 3 Jul 2013 22:03:57 +0000 (-0700) Subject: mm/hexagon: prepare for removing num_physpages and simplify mem_init() X-Git-Tag: v3.11-rc1~99^2~311 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dc355c146689ac5a9d57dff349958585da21fe3;p=thirdparty%2Fkernel%2Flinux.git mm/hexagon: prepare for removing num_physpages and simplify mem_init() Prepare for removing num_physpages and simplify mem_init(). Signed-off-by: Jiang Liu Cc: Richard Kuo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/hexagon/mm/init.c b/arch/hexagon/mm/init.c index 0ab5b4350e937..88977e42af0ac 100644 --- a/arch/hexagon/mm/init.c +++ b/arch/hexagon/mm/init.c @@ -71,9 +71,7 @@ void __init mem_init(void) { /* No idea where this is actually declared. Seems to evade LXR. */ free_all_bootmem(); - num_physpages = bootmem_lastpg-ARCH_PFN_OFFSET; - - printk(KERN_INFO "totalram_pages = %ld\n", totalram_pages); + mem_init_print_info(NULL); /* * To-Do: someone somewhere should wipe out the bootmem map