Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2007 17:29:36 +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:  <200711021729.lA2HTap6063082@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2007-11-02 17:29:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_cpu.c 
  Log:
  Fix a shutdown hang on some SMP systems.  The previous logic was to IPI all
  CPUs to make sure idle threads are evicted from the softc before returning
  from acpi_cpu_shutdown().  However, this is unnecessary since stop_cpus()
  handles this for itself and at this point it's possible that our IPI will be
  blocked (interrupts disabled).
  
  Thanks to:      Glen Leeder <glen.leeder / nokia.com>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.68      +6 -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?200711021729.lA2HTap6063082>