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 /include/asm-x86/setup.h | |
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/asm-x86/setup.h')
-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); | |||
39 | #include <asm/bootparam.h> | 39 | #include <asm/bootparam.h> |
40 | 40 | ||
41 | void reserve_standard_io_resources(void); | 41 | void reserve_standard_io_resources(void); |
42 | extern void post_reserve_initrd(void); | ||
43 | 42 | ||
44 | #ifndef _SETUP | 43 | #ifndef _SETUP |
45 | 44 | ||