Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2009 18:38:03 +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:  <200903301838.n2UIcGbO036506@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-03-30 18:38:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/acpica       acpi_cpu.c 
  Log:
  SVN rev 190567 on 2009-03-30 18:38:03Z 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.
  
  Revision  Changes    Path
  1.57.2.9  +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?200903301838.n2UIcGbO036506>