Module Name: src Committed By: jym Date: Tue Feb 16 00:48:17 UTC 2010
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: - re-factor code in pmap_map_ptes() slightly, and make it PAE-ready for native i386 by using PDP_SIZE - introduce pmap_unmap_apdp(), used to clear the APDP entries in PD, and replace the relevant code parts with this function. Comes from Jeremy Morse's patch for i386 PAE support. Adjustments by me. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.