diff options
| author | Sascha Bischoff <Sascha.Bischoff@arm.com> | 2025-08-28 10:59:43 +0000 |
|---|---|---|
| committer | Marc Zyngier <maz@kernel.org> | 2025-09-17 17:41:02 +0100 |
| commit | 5c5db9efe323dd0b0d7917dbe5b9c0999c95e79e (patch) | |
| tree | e3cb8dcfb5c07c1229ba489a40bb232dacac165b /include | |
| parent | KVM: arm64: Use ARM64_HAS_GICV5_LEGACY for GICv5 probing (diff) | |
| download | linux-5c5db9efe323dd0b0d7917dbe5b9c0999c95e79e.tar.gz linux-5c5db9efe323dd0b0d7917dbe5b9c0999c95e79e.zip | |
irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_info
The presence of FEAT_GCIE_LEGACY is now handled as a CPU
feature. Therefore, drop the check and flag from the GIC driver and
gic_kvm_info as it is no longer required or used by KVM.
Signed-off-by: Sascha Bischoff <sascha.bischoff@arm.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/irqchip/arm-vgic-info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/irqchip/arm-vgic-info.h b/include/linux/irqchip/arm-vgic-info.h index ca1713fac6e3..a470a73a805a 100644 --- a/include/linux/irqchip/arm-vgic-info.h +++ b/include/linux/irqchip/arm-vgic-info.h @@ -36,8 +36,6 @@ struct gic_kvm_info { bool has_v4_1; /* Deactivation impared, subpar stuff */ bool no_hw_deactivation; - /* v3 compat support (GICv5 hosts, only) */ - bool has_gcie_v3_compat; }; #ifdef CONFIG_KVM |
