aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/system.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-25 17:29:20 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-25 17:29:20 +0000
commit7cd2aeee943e69146bd5965b7160d4a461d94fd4 (patch)
treec3b2643b0baafe8ef0005cc2dcd6f8d30011dfdc /xen/include/asm-x86/system.h
parent5443ed833b79b2e3da48bf203bd2707f31c349e8 (diff)
downloadxen-7cd2aeee943e69146bd5965b7160d4a461d94fd4.tar.gz
xen-7cd2aeee943e69146bd5965b7160d4a461d94fd4.tar.bz2
xen-7cd2aeee943e69146bd5965b7160d4a461d94fd4.zip
bitkeeper revision 1.1555 (4294b5f0B3iu-SnB9loIMnLXO0loTA)
Ported genapic to Xen: support for bigsmp and numa platforms such as es7000. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/system.h')
-rw-r--r--xen/include/asm-x86/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-x86/system.h b/xen/include/asm-x86/system.h
index a614d11b4a..cb5f64d001 100644
--- a/xen/include/asm-x86/system.h
+++ b/xen/include/asm-x86/system.h
@@ -333,4 +333,6 @@ static inline int local_irq_is_enabled(void)
#define BROKEN_ACPI_Sx 0x0001
#define BROKEN_INIT_AFTER_S1 0x0002
+extern int es7000_plat;
+
#endif