aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-23 19:51:10 -0700
committerIngo Molnar <mingo@elte.hu>2008-07-08 12:50:24 +0200
commit11cd0bc140b5d66566c9eb49c1058737888cd75c (patch)
treeabbbeb1847a2fd6dc6998fefef656baf20efd089 /include/asm-x86/setup.h
parentc09434571d4b1d8abf530ba4ce28cb868b45f2e5 (diff)
x86: move some func calling from setup_arch to paging_init
those function depend on paging setup pgtable, so they could access the ram in bootmem region but just get mapped. 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, 1 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index bb12a1619c1..4ebb4ef14c0 100644
--- a/include/asm-x86/setup.h
+++ b/include/asm-x86/setup.h
@@ -39,6 +39,7 @@ void reserve_crashkernel(void);
#include <asm/bootparam.h>
void reserve_standard_io_resources(void);
+extern void post_reserve_initrd(void);
#ifndef _SETUP