mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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: 2808a83370 ("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>
This commit is contained in:
parent
d82d09d5ba
commit
77acae60be
|
|
@ -4888,11 +4888,11 @@ Field 0 DVI0
|
|||
EndSysregFields
|
||||
|
||||
Sysreg ICH_PPI_DVIR0_EL2 3 4 12 10 0
|
||||
Fields ICH_PPI_DVIx_EL2
|
||||
Fields ICH_PPI_DVIRx_EL2
|
||||
EndSysreg
|
||||
|
||||
Sysreg ICH_PPI_DVIR1_EL2 3 4 12 10 1
|
||||
Fields ICH_PPI_DVIx_EL2
|
||||
Fields ICH_PPI_DVIRx_EL2
|
||||
EndSysreg
|
||||
|
||||
SysregFields ICH_PPI_ENABLERx_EL2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user