]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: vgic-init: Remove vgic_ready() macro
authorKeir Fraser <keirf@google.com>
Tue, 9 Sep 2025 10:00:04 +0000 (10:00 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 15 Sep 2025 09:55:22 +0000 (10:55 +0100)
commit8810c6e7cca8fbfce7652b53e05acc465e671d28
treee21b0d9e3bf7d98f95118a99446a933348f06038
parent1b237f190eb3d36f52dffe07a40b5eb210280e00
KVM: arm64: vgic-init: Remove vgic_ready() macro

It is now used only within kvm_vgic_map_resources(). vgic_dist::ready
is already written directly by this function, so it is clearer to
bypass the macro for reads as well.

Signed-off-by: Keir Fraser <keirf@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/vgic/vgic-init.c
include/kvm/arm_vgic.h