Prepare for killing free_all_bootmem_node() by using
free_all_bootmem().

Signed-off-by: Jiang Liu <jiang....@huawei.com>
Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org>
Cc: Paul Mackerras <pau...@samba.org>
Cc: Alexander Graf <ag...@suse.de>
Cc: "Suzuki K. Poulose" <suz...@in.ibm.com>
Cc: linuxppc-...@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org
---
 arch/powerpc/mm/mem.c |   16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/arch/powerpc/mm/mem.c b/arch/powerpc/mm/mem.c
index 07663de..22e46db 100644
--- a/arch/powerpc/mm/mem.c
+++ b/arch/powerpc/mm/mem.c
@@ -305,22 +305,8 @@ void __init mem_init(void)
 #endif
 
        high_memory = (void *) __va(max_low_pfn * PAGE_SIZE);
-
-#ifdef CONFIG_NEED_MULTIPLE_NODES
-       {
-               pg_data_t *pgdat;
-
-               for_each_online_pgdat(pgdat)
-                       if (pgdat->node_spanned_pages != 0) {
-                               printk("freeing bootmem node %d\n",
-                                       pgdat->node_id);
-                               free_all_bootmem_node(pgdat);
-                       }
-       }
-#else
-       max_mapnr = max_pfn;
+       set_max_mapnr(max_pfn);
        free_all_bootmem();
-#endif
 
 #ifdef CONFIG_HIGHMEM
        {
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to