From: Jiang Liu Date: Fri, 7 Jun 2013 00:08:08 +0000 (+1000) Subject: mm/hexagon: prepare for removing num_physpages and simplify mem_init() X-Git-Tag: next-20130607~2^2~352 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d840a9165860dbb84cba7723bcee4125dbe41b62;p=karo-tx-linux.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 --- diff --git a/arch/hexagon/mm/init.c b/arch/hexagon/mm/init.c index 0ab5b4350e93..88977e42af0a 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