Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: Fix field references for ICH_PPI_DVIR[01]_EL2

The ICH_PPI_DVIR[01]_EL2 registers should refer to the ICH_PPI_DVIRx_EL2
fields, instead of ICH_PPI_DVIx_EL2.

Reviewed-by: Sascha Bischoff <sascha.bischoff@arm.com>
Fixes: 2808a8337078f ("arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support")
Link: https://sashiko.dev/#/patchset/20260319154937.3619520-1-sascha.bischoff%40arm.com
Link: https://patch.msgid.link/20260401103611.357092-4-maz@kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>

+2 -2
+2 -2
arch/arm64/tools/sysreg
··· 4888 4888 EndSysregFields 4889 4889 4890 4890 Sysreg ICH_PPI_DVIR0_EL2 3 4 12 10 0 4891 - Fields ICH_PPI_DVIx_EL2 4891 + Fields ICH_PPI_DVIRx_EL2 4892 4892 EndSysreg 4893 4893 4894 4894 Sysreg ICH_PPI_DVIR1_EL2 3 4 12 10 1 4895 - Fields ICH_PPI_DVIx_EL2 4895 + Fields ICH_PPI_DVIRx_EL2 4896 4896 EndSysreg 4897 4897 4898 4898 SysregFields ICH_PPI_ENABLERx_EL2