Module Name: src Committed By: riastradh Date: Sat Aug 20 23:18:51 UTC 2022
Modified Files: src/sys/arch/x86/include: pmap.h pte.h src/sys/arch/x86/x86: pmap.c Log Message: x86: Move pl*_i, pl_i_roundup, and ptp_va2o out of x86/pmap.h. - pl[1-4]_i -> x86/pte.h - pl_i, pl_i_roundup, ptp_va2o -> x86/pmap.c To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/arch/x86/include/pmap.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/include/pte.h cvs rdiff -u -r1.417 -r1.418 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.