From: Yinghai Lu Date: Thu, 26 Jun 2008 00:48:23 +0000 (-0700) Subject: x86: we can use full bootmem after have init_memory_mapping X-Git-Tag: v2.6.27-rc1~1106^2~160 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=08afc7c0dd8ecb04c7a6fe367102e410a74abbe6;p=~shefty%2Frdma-dev.git x86: we can use full bootmem after have init_memory_mapping So remove outdated comments Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index 392812d3c63..5e919e2b99f 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c @@ -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();