]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 261781:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Jun 2014 17:22:18 +0000 (17:22 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 27 Jun 2014 17:22:18 +0000 (17:22 +0000)
commit688834a82775540c28ce314579b80964d94aed3c
tree7e9e2c80bfc23e779d3f31084afd22dd5d26f660
parente9be4ec385da1ef407100ecd001d5a08c7243875
MFC 261781:
Don't waste a page of KVA for the boot-time memory test on x86.  For amd64,
reuse the first page of the crashdumpmap as CMAP1/CADDR1.  For i386,
remove CMAP1/CADDR1 entirely and reuse CMAP3/CADDR3 for the memory test.

git-svn-id: svn://svn.freebsd.org/base/stable/10@267964 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/amd64/pmap.c
sys/i386/i386/machdep.c
sys/i386/i386/pmap.c
sys/i386/include/pmap.h
sys/i386/xen/pmap.c
sys/pc98/pc98/machdep.c