diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-23 19:51:10 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:50:24 +0200 |
commit | 11cd0bc140b5d66566c9eb49c1058737888cd75c (patch) | |
tree | abbbeb1847a2fd6dc6998fefef656baf20efd089 /include/asm-x86 | |
parent | c09434571d4b1d8abf530ba4ce28cb868b45f2e5 (diff) | |
download | op-kernel-dev-11cd0bc140b5d66566c9eb49c1058737888cd75c.zip op-kernel-dev-11cd0bc140b5d66566c9eb49c1058737888cd75c.tar.gz |
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')
-rw-r--r-- | include/asm-x86/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index bb12a16..4ebb4ef 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 |