summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-12-09 03:01:54 +0000
committernjl <njl@FreeBSD.org>2003-12-09 03:01:54 +0000
commitc9195ff9f0c933ba47c84645b2f010cb354f8150 (patch)
treee88ecc7c7452b9e6ddc151d5e02ac505683db17f
parent5973a19424f54c582d93d74aca8bbfde70a0b437 (diff)
downloadFreeBSD-src-c9195ff9f0c933ba47c84645b2f010cb354f8150.zip
FreeBSD-src-c9195ff9f0c933ba47c84645b2f010cb354f8150.tar.gz
We don't need to call _INI on processor objects now that ACPI-CA does
this as it should.
-rw-r--r--sys/dev/acpica/acpi_cpu.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c
index a318ffc..67deac3 100644
--- a/sys/dev/acpica/acpi_cpu.c
+++ b/sys/dev/acpica/acpi_cpu.c
@@ -251,13 +251,6 @@ acpi_cpu_attach(device_t dev)
return (ENXIO);
cpu_softc[cpu_id] = sc;
- /*
- * XXX Temporarily call any _INI function under the processor.
- * ACPI-CA will do this after Nov. 2003. The spec doesn't
- * suggest processors have _INI methods but my Thinkpad T23 does.
- */
- AcpiEvaluateObject(sc->cpu_handle, "_INI", NULL, NULL);
-
/* Get various global values from the Processor object. */
sc->cpu_p_blk = pobj.Processor.PblkAddress;
sc->cpu_p_blk_len = pobj.Processor.PblkLength;
OpenPOWER on IntegriCloud