aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/system.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-10 10:07:00 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-10 10:07:00 +0100
commitf336cfa7c2aadb7c8c5da2accd597b5b2be1da00 (patch)
treef149b7f5a132f2d31ff239a34309bc22b287b7ad /xen/include/asm-x86/system.h
parent13adac8e15e86449e85f8c16cec359bdd8fbd137 (diff)
downloadxen-f336cfa7c2aadb7c8c5da2accd597b5b2be1da00.tar.gz
xen-f336cfa7c2aadb7c8c5da2accd597b5b2be1da00.tar.bz2
xen-f336cfa7c2aadb7c8c5da2accd597b5b2be1da00.zip
Simplify Unisys ES7000 code in light of the fact we do not support
legacy boxes with very non-standard APIC setup. From: Raj Subrahmanian <raj.subrahmanian@unisys.com> 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, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/system.h b/xen/include/asm-x86/system.h
index cd297534d6..ef44f460e3 100644
--- a/xen/include/asm-x86/system.h
+++ b/xen/include/asm-x86/system.h
@@ -335,6 +335,4 @@ static inline int local_irq_is_enabled(void)
#define BROKEN_ACPI_Sx 0x0001
#define BROKEN_INIT_AFTER_S1 0x0002
-extern int es7000_plat;
-
#endif