aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/page_32.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-22 05:45:39 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-08 06:50:15 -0400
commitb2ac82a0909aea0d2620ba4c189f37c567c21fe5 (patch)
tree97331aa19837b20542b387bd7d8f1f01c472ee37 /include/asm-x86/page_32.h
parent1f75d7e32ed47b2ab8570771a2ce8c707a7225a2 (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 'include/asm-x86/page_32.h')
-rw-r--r--include/asm-x86/page_32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/page_32.h b/include/asm-x86/page_32.h
index 73ed2e4ebf95..a0713d175f45 100644
--- a/include/asm-x86/page_32.h
+++ b/include/asm-x86/page_32.h
@@ -92,6 +92,11 @@ extern int sysctl_legacy_va_layout;
92#define VMALLOC_RESERVE ((unsigned long)__VMALLOC_RESERVE) 92#define VMALLOC_RESERVE ((unsigned long)__VMALLOC_RESERVE)
93#define MAXMEM (-__PAGE_OFFSET - __VMALLOC_RESERVE) 93#define MAXMEM (-__PAGE_OFFSET - __VMALLOC_RESERVE)
94 94
95extern unsigned long initmem_init(unsigned long, unsigned long);
96extern void zone_sizes_init(void);
97extern void setup_bootmem_allocator(void);
98
99
95#ifdef CONFIG_X86_USE_3DNOW 100#ifdef CONFIG_X86_USE_3DNOW
96#include <asm/mmx.h> 101#include <asm/mmx.h>
97 102