cvs commit: src/sys/i386/acpica acpi_wakeup.c

Nate Lawson njl at FreeBSD.org
Sat Jun 10 16:34:55 UTC 2006


njl         2006-06-10 08:20:17 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/acpica      acpi_wakeup.c 
  Log:
  * Ask for a page-aligned page instead of an arbitrary address.  This should
    not be necessary but might be helpful and at least reduce fragmentation.
  * Add an assert to detect if the wakecode ever grows too big.  We include
    1 KB for stack, which should be more than enough also.
  * Remove unnecessary initialization of static variables.
  * Add comments and a bootverbose print giving the page phys address.
  
  Revision  Changes    Path
  1.43      +30 -15    src/sys/i386/acpica/acpi_wakeup.c


More information about the cvs-src mailing list