mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
KVM: arm64: selftests: Add missing GIC CDEN to no-vgic-v5 selftest
The selftest mistakenly omitted the GIC CDEN instruction from the
testing. Add it in.
Fixes: ce29261ec6 ("KVM: arm64: selftests: Add no-vgic-v5 selftest")
Reviewed-by: Joey Gouly <joey.gouly@arm.com>
Signed-off-by: Sascha Bischoff <sascha.bischoff@arm.com>
Link: https://lore.kernel.org/r/20260520091949.542365-13-maz@kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
This commit is contained in:
parent
2427e8c1cd
commit
f034ae93bc
|
|
@ -159,6 +159,7 @@ static void guest_code_gicv5(void)
|
|||
check_gicv5_gic_op(CDAFF);
|
||||
check_gicv5_gic_op(CDDI);
|
||||
check_gicv5_gic_op(CDDIS);
|
||||
check_gicv5_gic_op(CDEN);
|
||||
check_gicv5_gic_op(CDEOI);
|
||||
check_gicv5_gic_op(CDHM);
|
||||
check_gicv5_gic_op(CDPEND);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user