aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2012-07-08 10:57:49 +0000
committerAndriy Gapon <avg@FreeBSD.org>2012-07-08 10:57:49 +0000
commit029468d82c94caa7ac462996096b6092a50ba458 (patch)
tree041456908603d76fabf8bf2e5e9c2a74a34f7e41 /sys/dev/acpica
parent8dcc26febeb3672721faf867a6ad207e62a45044 (diff)
downloadsrc-029468d82c94caa7ac462996096b6092a50ba458.tar.gz
src-029468d82c94caa7ac462996096b6092a50ba458.zip
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 <taku@tackymt.homeip.net> MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=238229
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_cpu.c2
1 files changed, 0 insertions, 2 deletions
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
}
/*