Date: Sat, 10 Jun 2006 08:20:03 +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_wakecode.S Message-ID: <200606100820.k5A8K31A084620@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2006-06-10 08:20:03 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_wakecode.S Log: Minor tweaks to the resume code. Previous commit reverted alignment back to 4. There is no need to be more strict at assembly time since we copy the code anyway to a private page. * Clear the direction flag and eflags. Probably not necessary but it won't hurt to be safe. * Add prefixes to all instructions to prevent any assembler mistakes. * Remove zeroing of eax - edi. We use those registers immediately after to transfer values to protected mode so this was pointless. * Update comments to reflect info found during code review. Revision Changes Path 1.13 +48 -39 src/sys/i386/acpica/acpi_wakecode.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606100820.k5A8K31A084620>