Module Name: src Committed By: riastradh Date: Sun Aug 21 09:12:43 UTC 2022
Modified Files: src/sys/arch/amd64/include: pmap_private.h pte.h src/sys/arch/i386/include: pmap_private.h pte.h Log Message: x86 Move VA_SIGN_POS/NEG to machine/pte.h. It's used by pl[1-4]_pi, also defined in machine/pte.h, and used in libkvm without pmap_private.h. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amd64/include/pmap_private.h cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/pte.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/include/pmap_private.h cvs rdiff -u -r1.35 -r1.36 src/sys/arch/i386/include/pte.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.