DragonFly-2.3.0.885.g9a9b8 master sys/dev/acpica5 acpi_cpu.c

Hasso Tepper hasso at crater.dragonflybsd.org
Mon May 4 01:55:12 PDT 2009


commit 9a9b8f25f3d9cba03eef5fb64a0df336a796167e
Author: Hasso Tepper <hasso at estpak.ee>
Date:   Mon May 4 11:43:29 2009 +0300

    Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe().
    
    Put it 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.
    
    Obtained-from: FreeBSD

Summary of changes:
 sys/dev/acpica5/acpi_cpu.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9a9b8f25f3d9cba03eef5fb64a0df336a796167e


-- 
DragonFly BSD source repository





More information about the Commits mailing list