]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
x86: we can use full bootmem after have init_memory_mapping
authorYinghai Lu <yhlu.kernel@gmail.com>
Thu, 26 Jun 2008 00:48:23 +0000 (17:48 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 11:10:44 +0000 (13:10 +0200)
So remove outdated comments

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_32.c

index 392812d3c63cf4adaf44027aa540cad59fa17a40..5e919e2b99fc1d3b8c3b43bf77c158fb601f5ce1 100644 (file)
@@ -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();