From owner-cvs-src-old@FreeBSD.ORG Mon Mar 30 18:33:14 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35CAA106566C for ; Mon, 30 Mar 2009 18:33:14 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23FD28FC18 for ; Mon, 30 Mar 2009 18:33:14 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2UIXEWJ036038 for ; Mon, 30 Mar 2009 18:33:14 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2UIXEbV036037 for cvs-src-old@freebsd.org; Mon, 30 Mar 2009 18:33:14 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200903301833.n2UIXEbV036037@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 30 Mar 2009 18:33:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 18:33:14 -0000 jhb 2009-03-30 18:33:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/acpica acpi_cpu.c Log: SVN rev 190566 on 2009-03-30 18:33:04Z by jhb MFC: 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. Approved by: re (kensmith) Revision Changes Path 1.67.2.5 +2 -4 src/sys/dev/acpica/acpi_cpu.c