diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-22 05:45:39 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:50:15 -0400 |
commit | b2ac82a0909aea0d2620ba4c189f37c567c21fe5 (patch) | |
tree | 97331aa19837b20542b387bd7d8f1f01c472ee37 /arch/x86/mm/discontig_32.c | |
parent | 1f75d7e32ed47b2ab8570771a2ce8c707a7225a2 (diff) |
x86: introduce initmem_init for 32 bit
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/discontig_32.c')
-rw-r--r-- | arch/x86/mm/discontig_32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mm/discontig_32.c b/arch/x86/mm/discontig_32.c index a2f73ba42b8b..3e75be46c4f2 100644 --- a/arch/x86/mm/discontig_32.c +++ b/arch/x86/mm/discontig_32.c | |||
@@ -309,8 +309,8 @@ static void init_remap_allocator(int nid) | |||
309 | (ulong) node_remap_end_vaddr[nid]); | 309 | (ulong) node_remap_end_vaddr[nid]); |
310 | } | 310 | } |
311 | 311 | ||
312 | extern void setup_bootmem_allocator(void); | 312 | unsigned long __init initmem_init(unsigned long start_pfn, |
313 | unsigned long __init setup_memory(void) | 313 | unsigned long end_pfn) |
314 | { | 314 | { |
315 | int nid; | 315 | int nid; |
316 | unsigned long system_start_pfn, system_max_low_pfn; | 316 | unsigned long system_start_pfn, system_max_low_pfn; |