Date: Sun, 8 Jul 2012 10:57:49 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238229 - head/sys/dev/acpica Message-ID: <201207081057.q68Avn40046797@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Sun Jul 8 10:57:49 2012 New Revision: 238229 URL: http://svn.freebsd.org/changeset/base/238229 Log: 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 Modified: head/sys/dev/acpica/acpi_cpu.c Modified: head/sys/dev/acpica/acpi_cpu.c ============================================================================== --- head/sys/dev/acpica/acpi_cpu.c Sun Jul 8 10:46:55 2012 (r238228) +++ head/sys/dev/acpica/acpi_cpu.c Sun Jul 8 10:57:49 2012 (r238229) @@ -918,14 +918,12 @@ acpi_cpu_startup_cx(struct acpi_cpu_soft (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 } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207081057.q68Avn40046797>