aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/mpparse.c
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/arch/x86/mpparse.c
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/arch/x86/mpparse.c')
-rw-r--r--xen/arch/x86/mpparse.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/xen/arch/x86/mpparse.c b/xen/arch/x86/mpparse.c
index c39ea42b6b..8bea5ab782 100644
--- a/xen/arch/x86/mpparse.c
+++ b/xen/arch/x86/mpparse.c
@@ -1001,12 +1001,6 @@ void __init mp_config_acpi_legacy_irqs (void)
mp_bus_id_to_type[MP_ISA_BUS] = MP_BUS_ISA;
Dprintk("Bus #%d is ISA\n", MP_ISA_BUS);
- /*
- * Older generations of ES7000 have no legacy identity mappings
- */
- if (es7000_plat == 1)
- return;
-
/*
* Locate the IOAPIC that manages the ISA IRQs (0-15).
*/