cvs commit: src/sys/dev/acpica acpi.c

Nate Lawson njl at FreeBSD.org
Wed Jun 23 17:48:48 PDT 2004


njl         2004-06-24 00:48:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  Run the power off code directly instead of using indirection through
  smp_rendezvous() to ensure we run on the BSP.  This reverts rev 1.128.
  Add a comment indicating that MI code should be the one that runs all
  shutdown functions on the BSP with the APs halted.  This should work
  around problems in power off while waiting for the MI code to be improved.
  
  Revision  Changes    Path
  1.165     +11 -28    src/sys/dev/acpica/acpi.c


More information about the cvs-src mailing list