aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/setup_32.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c
index 392812d3c63c..5e919e2b99fc 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)
476 */ 476 */
477 vmi_init(); 477 vmi_init();
478#endif 478#endif
479 /*
480 * NOTE: before this point _nobody_ is allowed to allocate
481 * any memory using the bootmem allocator. Although the
482 * allocator is now initialised only the first 8Mb of the kernel
483 * virtual address space has been mapped. All allocations before
484 * paging_init() has completed must use the alloc_bootmem_low_pages()
485 * variant (which allocates DMA'able memory) and care must be taken
486 * not to exceed the 8Mb limit.
487 */
488 479
489 paging_init(); 480 paging_init();
490 481