]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Ask for a page-aligned page instead of an arbitrary address. This should
authornjl <njl@FreeBSD.org>
Sat, 10 Jun 2006 08:20:17 +0000 (08:20 +0000)
committernjl <njl@FreeBSD.org>
Sat, 10 Jun 2006 08:20:17 +0000 (08:20 +0000)
commit547b3085eef9ae73ef08458e8c0b0c1c036de34f
tree7b040ecef1efe17dc500a6f5a19a68105f6e12c1
parent66b0070261edf8213d0517b7a31e3e4bf28f2fe3
* 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.
sys/i386/acpica/acpi_wakeup.c