aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sgi-ip27')
-rw-r--r--arch/mips/sgi-ip27/ip27-memory.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/mips/sgi-ip27/ip27-memory.c b/arch/mips/sgi-ip27/ip27-memory.c
index a0c9e34147c2..a95c00f5fb96 100644
--- a/arch/mips/sgi-ip27/ip27-memory.c
+++ b/arch/mips/sgi-ip27/ip27-memory.c
@@ -477,18 +477,8 @@ void __init paging_init(void)
477 477
478void __init mem_init(void) 478void __init mem_init(void)
479{ 479{
480 unsigned node;
481
482 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); 480 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT);
483 481 free_all_bootmem();
484 for_each_online_node(node) {
485 /*
486 * This will free up the bootmem, ie, slot 0 memory.
487 */
488 free_all_bootmem_node(NODE_DATA(node));
489 }
490
491 setup_zero_pages(); /* This comes from node 0 */ 482 setup_zero_pages(); /* This comes from node 0 */
492
493 mem_init_print_info(NULL); 483 mem_init_print_info(NULL);
494} 484}