diff options
Diffstat (limited to 'sys/dev/acpica/acpi_processor.c')
| -rw-r--r-- | sys/dev/acpica/acpi_processor.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_processor.c b/sys/dev/acpica/acpi_processor.c index 627c8f9e06c7..a35524803365 100644 --- a/sys/dev/acpica/acpi_processor.c +++ b/sys/dev/acpica/acpi_processor.c @@ -389,7 +389,8 @@ acpi_pr_FindLapic(device_t dev, ACPI_HANDLE handle, PROCESSOR_APIC *lapic) return; } lapic->ProcessorEnabled = (cpuno == 0); - + +#if 0 /* broken by new ACPICA code that doesn't support the APIC table */ /* * Perform the tedious double-get to fetch the actual APIC table, and suck it in. */ @@ -434,6 +435,7 @@ acpi_pr_FindLapic(device_t dev, ACPI_HANDLE handle, PROCESSOR_APIC *lapic) hdr = (APIC_HEADER *)((char *)hdr + hdr->Length); } AcpiOsFree(buf.Pointer); +#endif } static ACPI_STATUS |
