diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-12-01 10:18:57 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-12-01 10:18:57 +0000 |
| commit | 042283a67b7a8c40e351cabc0947c162bc6775ce (patch) | |
| tree | 26c9638e37d21058b918b8c01afaf81070ae5aed /sys/dev/acpica/acpi_processor.c | |
| parent | 6e4cd31d99135e6e7da9973d600ba81288416380 (diff) | |
Notes
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 |
