CVS commit: src/sys/arch/aarch64

"Nick Hudson" <[email protected]> Fri, 31 Jul 2026 13:48:32 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	skrll
Date:		Fri Jul 31 13:48:32 UTC 2026

Modified Files:
	src/sys/arch/aarch64/aarch64: genassym.cf locore_el2.S
	src/sys/arch/aarch64/include: armreg.h

Log Message:
aarch64: add more CNTHCTL_EL2 bit values

Add the FEAT_VHE vs non-FEAT_VHE CNTHCTL_EL2 bits fields and update code
to use new names. NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/aarch64/aarch64/genassym.cf
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/aarch64/aarch64/locore_el2.S
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/aarch64/include/armreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.