svn commit: r239816 - stable/8/sys/dev/acpica

Andriy Gapon avg at FreeBSD.org
Wed Aug 29 09:02:03 UTC 2012


Author: avg
Date: Wed Aug 29 09:02:02 2012
New Revision: 239816
URL: http://svn.freebsd.org/changeset/base/239816

Log:
  MFC r238229:  acpi_cpu: we are able to handle _CST change notifications

Modified:
  stable/8/sys/dev/acpica/acpi_cpu.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)

Modified: stable/8/sys/dev/acpica/acpi_cpu.c
==============================================================================
--- stable/8/sys/dev/acpica/acpi_cpu.c	Wed Aug 29 09:00:57 2012	(r239815)
+++ stable/8/sys/dev/acpica/acpi_cpu.c	Wed Aug 29 09:02:02 2012	(r239816)
@@ -893,14 +893,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
 }
 
 /*


More information about the svn-src-stable mailing list