Date: Thu, 26 Mar 2009 21:10:35 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <200903262111.n2QLBAlk093632@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-03-26 21:10:35 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: SVN rev 190454 on 2009-03-26 21:10:35Z by jhb Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() and into acpi_cpu_startup() which is where all the other code to update this global variable lives. This fixes a bug where cpu_cx_count was not updated correctly if acpi_cpu_generic_cx_probe() returned early. PR: kern/108581 Debugged by: Bruce Cran Reviewed by: avg, njl, sepotvin MFC after: 3 days Revision Changes Path 1.74 +2 -4 src/sys/dev/acpica/acpi_cpu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903262111.n2QLBAlk093632>