aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-24 15:18:58 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-08 07:10:32 -0400
commitcfb0e53b05402f1ce65053677409a819c1798d34 (patch)
treec168638e03c6ea67fef6c60f3032929835f46822 /include/asm-x86/setup.h
parent4e29684c40f2a332ba4d05f6482d5807725d5624 (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.h1
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
41void reserve_standard_io_resources(void); 41void reserve_standard_io_resources(void);
42extern void post_reserve_initrd(void);
43 42
44#ifndef _SETUP 43#ifndef _SETUP
45 44