From 029468d82c94caa7ac462996096b6092a50ba458 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Sun, 8 Jul 2012 10:57:49 +0000 Subject: acpi_cpu: we are able to handle _CST change notifications... so un-ifdef code that is supposed to tell ACPI platform about that Tested by: Taku YAMAMOTO MFC after: 2 weeks --- sys/dev/acpica/acpi_cpu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/acpica') diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c index e2a3dbf6bb30..0f2f7f91111c 100644 --- a/sys/dev/acpica/acpi_cpu.c +++ b/sys/dev/acpica/acpi_cpu.c @@ -918,14 +918,12 @@ acpi_cpu_startup_cx(struct acpi_cpu_softc *sc) (void *)sc, 0, acpi_cpu_usage_sysctl, "A", "percent usage for each Cx state"); -#ifdef notyet /* Signal platform that we can handle _CST notification. */ if (!cpu_cx_generic && cpu_cst_cnt != 0) { ACPI_LOCK(acpi); AcpiOsWritePort(cpu_smi_cmd, cpu_cst_cnt, 8); ACPI_UNLOCK(acpi); } -#endif } /* -- cgit v1.2.3