Date: Mon, 11 Jan 2010 16:01:20 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 locore.s pmap.c Message-ID: <201001111602.o0BG2DaE080901@repoman.freebsd.org>
index | next in thread | raw e-mail
alc 2010-01-11 16:01:20 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
sys/i386/i386 locore.s pmap.c
Log:
SVN rev 202085 on 2010-01-11 16:01:20Z by alc
Simplify pmap_init(). Additionally, correct a harmless misbehavior on i386.
Specifically, where locore had created large page mappings for the kernel,
the wrong vm page array entries were being initialized. The vm page array
entries for the pages containing the kernel were being initialized instead
of the vm page array entries for page table pages.
MFC after: 1 week
Revision Changes Path
1.677 +2 -8 src/sys/amd64/amd64/pmap.c
1.192 +0 -2 src/sys/i386/i386/locore.s
1.657 +4 -3 src/sys/i386/i386/pmap.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001111602.o0BG2DaE080901>
