Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: maxv
Date: Sat Sep 5 07:26:38 UTC 2020
Modified Files:
src/sys/arch/amd64/amd64: trap.c
src/sys/arch/i386/i386: trap.c
src/sys/arch/x86/include: pte.h
src/sys/dev/nvmm/x86: nvmm_x86_svm.c
Log Message:
x86: rename PGEX_X -> PGEX_I
To match the x86 specification and the other OSes.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/arch/amd64/amd64/trap.c
cvs rdiff -u -r1.306 -r1.307 src/sys/arch/i386/i386/trap.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/include/pte.h
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/nvmm/x86/nvmm_x86_svm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index