Module Name: src Committed By: maxv Date: Fri Feb 1 05:44:29 UTC 2019
Modified Files: src/sys/arch/x86/include: pmap.h pmap_pv.h src/sys/arch/x86/x86: pmap.c Log Message: Change the format of the pp_attrs field: instead of using PTE bits directly, use abstracted bits that are converted from/to PTE bits when needed (in pmap_sync_pv). This allows us to use the same pp_attrs for pmaps that have PTE bits at different locations. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/arch/x86/include/pmap.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include/pmap_pv.h cvs rdiff -u -r1.317 -r1.318 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.