From ea8c5ee008b7c7b36faf30cf58c76be4f8dd52e5 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Wed, 25 Jun 2008 17:48:23 -0700 Subject: [PATCH] --- yaml --- r: 99926 b: refs/heads/master c: 08afc7c0dd8ecb04c7a6fe367102e410a74abbe6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/setup_32.c | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 5f87bfd5ec06..fef873a7291c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 378b39a4f91ab0846eb6e13d47ea812bc82b44d9 +refs/heads/master: 08afc7c0dd8ecb04c7a6fe367102e410a74abbe6 diff --git a/trunk/arch/x86/kernel/setup_32.c b/trunk/arch/x86/kernel/setup_32.c index 392812d3c63c..5e919e2b99fc 100644 --- a/trunk/arch/x86/kernel/setup_32.c +++ b/trunk/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();