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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to