summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2005-04-15 18:44:53 +0000
committerpeter <peter@FreeBSD.org>2005-04-15 18:44:53 +0000
commit80e51c2cbe5b67014ada54a38fbe620516768e8a (patch)
treed75300c77dda70a451b27b467ef1878e1f5c0150 /sys/amd64/acpica
parented785887976fc1248a1e661fc953515c90920266 (diff)
downloadFreeBSD-src-80e51c2cbe5b67014ada54a38fbe620516768e8a.zip
FreeBSD-src-80e51c2cbe5b67014ada54a38fbe620516768e8a.tar.gz
MFi386: use the lapic timer for UP systems that are using the apic so that
IRQ0 and mixed mode isn't a problem anymore. This removes mixed mode support because nothing is left that uses it.
Diffstat (limited to 'sys/amd64/acpica')
-rw-r--r--sys/amd64/acpica/madt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/acpica/madt.c b/sys/amd64/acpica/madt.c
index a88d183..93442e3 100644
--- a/sys/amd64/acpica/madt.c
+++ b/sys/amd64/acpica/madt.c
@@ -367,8 +367,6 @@ madt_setup_io(void)
}
/* First, we run through adding I/O APIC's. */
- if (madt->PCATCompat && !(acpi_quirks & ACPI_Q_MADT_IRQ0))
- ioapic_enable_mixed_mode();
madt_walk_table(madt_parse_apics, NULL);
/* Second, we run through the table tweaking interrupt sources. */
OpenPOWER on IntegriCloud