cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c
John Baldwin
jhb at FreeBSD.org
Mon Aug 14 15:39:41 UTC 2006
jhb 2006-08-14 15:39:41 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
sys/i386/i386 pmap.c
Log:
Don't try to preserve PAT bits in pmap_enter(). We currently on pages that
aren't mapped via pmap_enter() (KVA). We will eventually support PAT bits
on user pages, but those will require some sort of MI caching mode stored
in the vm_page.
Reviewed by: alc
Revision Changes Path
1.571 +0 -4 src/sys/amd64/amd64/pmap.c
1.575 +0 -4 src/sys/i386/i386/pmap.c
More information about the cvs-src
mailing list