Date: Sat, 10 Jun 2006 08:20:17 +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/i386/acpica acpi_wakeup.c Message-ID: <200606100820.k5A8KHXQ084665@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606100820.k5A8KHXQ084665>