diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-24 04:51:10 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:50:24 +0200 |
commit | 11cd0bc140b5d66566c9eb49c1058737888cd75c (patch) | |
tree | abbbeb1847a2fd6dc6998fefef656baf20efd089 /include/asm-x86/setup.h | |
parent | x86: numa32 pfn print out using hex instead (diff) | |
download | linux-11cd0bc140b5d66566c9eb49c1058737888cd75c.tar.xz linux-11cd0bc140b5d66566c9eb49c1058737888cd75c.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index bb12a1619c12..4ebb4ef14c06 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 |