diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-24 12:18:58 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 13:10:32 +0200 |
commit | cfb0e53b05402f1ce65053677409a819c1798d34 (patch) | |
tree | c168638e03c6ea67fef6c60f3032929835f46822 /include | |
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 'include')
-rw-r--r-- | include/asm-x86/setup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index 4ebb4ef14c06..bb12a1619c12 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h @@ -39,7 +39,6 @@ void reserve_crashkernel(void); #include <asm/bootparam.h> void reserve_standard_io_resources(void); -extern void post_reserve_initrd(void); #ifndef _SETUP |