Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08afc7c0 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

x86: we can use full bootmem after have init_memory_mapping



So remove outdated comments

Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 378b39a4
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -476,15 +476,6 @@ void __init setup_arch(char **cmdline_p)
	 */
	vmi_init();
#endif
	/*
	 * NOTE: before this point _nobody_ is allowed to allocate
	 * any memory using the bootmem allocator.  Although the
	 * allocator is now initialised only the first 8Mb of the kernel
	 * virtual address space has been mapped.  All allocations before
	 * paging_init() has completed must use the alloc_bootmem_low_pages()
	 * variant (which allocates DMA'able memory) and care must be taken
	 * not to exceed the 8Mb limit.
	 */

	paging_init();