From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiang Liu Subject: [PATCH v5, part4 21/41] mm/hexagon: prepare for removing num_physpages and simplify mem_init() Date: Wed, 8 May 2013 23:51:18 +0800 Message-ID: <1368028298-7401-22-git-send-email-jiang.liu@huawei.com> References: <1368028298-7401-1-git-send-email-jiang.liu@huawei.com> Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=f77W/ry/X0RPEWJK3VuVBGC6mXEu5CPhghwyczqJusY=; b=amCkN0FgFt8gK/naNoHAwBpiiX8PT2qPxQiv/zaEo73Kzf3pg5bWpjqE7pQPkSBqxV 2ehKsSsY/+Qb9mEvtxUBkIvCvOYU4qfRFxe6ZD1mP6d+EWcW7tEsmsaCWGlECvVG/KCm 1hI2DgeLpFBVy+1jt/d/iH80jkWeTqLTFta5gVfFf80ua6U9wONvaU7s5IuzqaE8aUfZ nW00HcASPPTKxMbPYUDZM2oJHQh35+5xoaO/LSxtL/FfW9iejk5kMO535P6WGdT+63zb rXkJ0rcbBJSvJ0PuGifa1n6M/tP7p+MH2WPl2D5gDgeRJS/cCoLcpjFx+FO2laHyScYh 8L/w== In-Reply-To: <1368028298-7401-1-git-send-email-jiang.liu@huawei.com> Sender: owner-linux-mm@kvack.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: Jiang Liu , David Rientjes , Wen Congyang , Mel Gorman , Minchan Kim , KAMEZAWA Hiroyuki , Michal Hocko , James Bottomley , Sergei Shtylyov , David Howells , Mark Salter , Jianguo Wu , linux-mm@kvack.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Richard Kuo , linux-hexagon@vger.kernel.org Prepare for removing num_physpages and simplify mem_init(). Signed-off-by: Jiang Liu Cc: Richard Kuo Cc: linux-hexagon@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- arch/hexagon/mm/init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/hexagon/mm/init.c b/arch/hexagon/mm/init.c index 0ab5b43..88977e4 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 -- 1.7.9.5 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org