Date: Sat, 2 Jun 2007 20:01:41 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <200706022001.l52K1f5T054964@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2007-06-02 20:01:41 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Fix a bug introduced in the per-CPU Cx states commit. The wrong loop var (j/i) was being used and it was being incremented, not decremented as before. Factor out this code into a common function and call it from both the common and per-CPU case. MFC after: 1 day Revision Changes Path 1.65 +27 -30 src/sys/dev/acpica/acpi_cpu.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706022001.l52K1f5T054964>