]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Minor cleanups found while fixing a bug involving double mapping of low
authorbde <bde@FreeBSD.org>
Fri, 15 Dec 2017 03:05:14 +0000 (03:05 +0000)
committerbde <bde@FreeBSD.org>
Fri, 15 Dec 2017 03:05:14 +0000 (03:05 +0000)
commit4e663070d6cd2df1808e30642661771c07f034cb
tree84c4f9b0d1ab8268b0e5a5ad21cee98261a44aba
parent518497f661fd8823bf569b39ad3a19757611148f
Minor cleanups found while fixing a bug involving double mapping of low
memory:

Load the kernel eflags less magically, as in locore.  The magic increased
when I removed eflags from the pcb in r305899.

Remove a jump to low memory that became garbage when the i386 version was
mostly replaced by the amd64 version in r235622.

The amd64 version is very similar.  It still loads the flags magically,
but is not missing comments about using the special page table.

Reviewed by: kib
sys/i386/acpica/acpi_wakecode.S