diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-25 20:48:23 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:10:44 -0400 |
commit | 08afc7c0dd8ecb04c7a6fe367102e410a74abbe6 (patch) | |
tree | d4e1a34e7b872fc164c1e1254ad204387ae10f5f | |
parent | 378b39a4f91ab0846eb6e13d47ea812bc82b44d9 (diff) |
x86: we can use full bootmem after have init_memory_mapping
So remove outdated comments
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/setup_32.c | 9 |
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 | ||