From: Jiang Liu Date: Thu, 27 Jun 2013 23:51:56 +0000 (+1000) Subject: mm/hexagon: prepare for removing num_physpages and simplify mem_init() X-Git-Tag: next-20130628~3^2~476 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6172323bbbbf4196e9bcf1ca47f968feee307003;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