diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-24 15:18:58 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:10:32 -0400 |
commit | cfb0e53b05402f1ce65053677409a819c1798d34 (patch) | |
tree | c168638e03c6ea67fef6c60f3032929835f46822 /arch/x86/mm/init_32.c | |
parent | 4e29684c40f2a332ba4d05f6482d5807725d5624 (diff) |
x86: introduce init_memory_mapping for 32bit #2
moving relocate_initrd early
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/init_32.c')
-rw-r--r-- | arch/x86/mm/init_32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c index 619058e6bff8..ecccb055b085 100644 --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/init_32.c | |||
@@ -831,9 +831,6 @@ void __init paging_init(void) | |||
831 | /* | 831 | /* |
832 | * NOTE: at this point the bootmem allocator is fully available. | 832 | * NOTE: at this point the bootmem allocator is fully available. |
833 | */ | 833 | */ |
834 | |||
835 | post_reserve_initrd(); | ||
836 | |||
837 | remapped_pgdat_init(); | 834 | remapped_pgdat_init(); |
838 | sparse_init(); | 835 | sparse_init(); |
839 | zone_sizes_init(); | 836 | zone_sizes_init(); |