summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/e820.h
diff options
context:
space:
mode:
authorYinghai Lu2008-06-16 22:03:31 +0200
committerIngo Molnar2008-07-08 10:38:14 +0200
commit41c094fd3ca54f1a71233049cf136ff94c91f4ae (patch)
tree9ce8de894276e69d30c893700a9b70fb4e176511 /include/asm-x86/e820.h
parentx86 boot: pass E820 memory map entries more than 128 via linked list of setup... (diff)
downloadkernel-qcow2-linux-41c094fd3ca54f1a71233049cf136ff94c91f4ae.tar.gz
kernel-qcow2-linux-41c094fd3ca54f1a71233049cf136ff94c91f4ae.tar.xz
kernel-qcow2-linux-41c094fd3ca54f1a71233049cf136ff94c91f4ae.zip
x86: move e820_resource_resources to e820.c
and make 32-bit resource registration more like 64 bit. also move probe_roms back to setup_32.c Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/e820.h')
-rw-r--r--include/asm-x86/e820.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h
index 77fc24d89163..e860fe758e79 100644
--- a/include/asm-x86/e820.h
+++ b/include/asm-x86/e820.h
@@ -100,6 +100,7 @@ extern void e820_register_active_regions(int nid, unsigned long start_pfn,
unsigned long end_pfn);
extern u64 e820_hole_size(u64 start, u64 end);
extern void finish_e820_parsing(void);
+extern void e820_reserve_resources(void);
#endif /* __ASSEMBLY__ */