aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/e820.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-17 10:39:50 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-17 10:39:50 +0000
commitb55037f4070e5e5608ae6098997c99ec906bb902 (patch)
tree7e1ac88305c1dfebaf373ee0a2d998ebd37586b9 /xen/include/asm-x86/e820.h
parent253492576c7589dd8ff761d0b4383f6e42bb1ecb (diff)
downloadxen-b55037f4070e5e5608ae6098997c99ec906bb902.tar.gz
xen-b55037f4070e5e5608ae6098997c99ec906bb902.tar.bz2
xen-b55037f4070e5e5608ae6098997c99ec906bb902.zip
bitkeeper revision 1.1428 (4289c9f6GdUyHEH-FCu9rRuWtOXnXQ)
Initialise 1:1 mapping of physical memory map early during x86/64 boot. This mapping should include all ACPI tables, so simplify the mapping check in the ACPI code. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/e820.h')
-rw-r--r--xen/include/asm-x86/e820.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/e820.h b/xen/include/asm-x86/e820.h
index d774b9a321..f510c7c12b 100644
--- a/xen/include/asm-x86/e820.h
+++ b/xen/include/asm-x86/e820.h
@@ -24,7 +24,7 @@ struct e820map {
struct e820entry map[E820MAX];
};
-extern unsigned long init_e820(struct e820entry *, int);
+extern unsigned long init_e820(struct e820entry *, int *);
extern struct e820map e820;
#ifndef NDEBUG