mm/um: prepare for removing num_physpages and simplify mem_init()
Prepare for removing num_physpages and simplify mem_init(). Signed-off-by: Jiang Liu <jiang.liu@huawei.com> Cc: Jeff Dike <jdike@addtoit.com> Cc: Richard Weinberger <richard@nod.at> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
3f29c33194
commit
715ee35653
@@ -70,10 +70,8 @@ void __init mem_init(void)
|
|||||||
#ifdef CONFIG_HIGHMEM
|
#ifdef CONFIG_HIGHMEM
|
||||||
setup_highmem(end_iomem, highmem);
|
setup_highmem(end_iomem, highmem);
|
||||||
#endif
|
#endif
|
||||||
num_physpages = totalram_pages;
|
|
||||||
max_pfn = totalram_pages;
|
max_pfn = totalram_pages;
|
||||||
printk(KERN_INFO "Memory: %luk available\n",
|
mem_init_print_info(NULL);
|
||||||
nr_free_pages() << (PAGE_SHIFT-10));
|
|
||||||
kmalloc_ok = 1;
|
kmalloc_ok = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user