From: Will Deacon Date: Mon, 30 Mar 2026 14:48:02 +0000 (+0100) Subject: KVM: arm64: Remove unused PKVM_ID_FFA definition X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=660b208e8b5ea0f5a68a8333e18960d89d484a27;p=thirdparty%2Fkernel%2Flinux.git KVM: arm64: Remove unused PKVM_ID_FFA definition Commit 7cbf7c37718e ("KVM: arm64: Drop pkvm_mem_transition for host/hyp sharing") removed the last users of PKVM_ID_FFA, so drop the definition altogether. Signed-off-by: Will Deacon Link: https://patch.msgid.link/20260330144841.26181-2-will@kernel.org Signed-off-by: Marc Zyngier --- diff --git a/arch/arm64/kvm/hyp/include/nvhe/mem_protect.h b/arch/arm64/kvm/hyp/include/nvhe/mem_protect.h index 5f9d56754e39f..7f25f2bca90cb 100644 --- a/arch/arm64/kvm/hyp/include/nvhe/mem_protect.h +++ b/arch/arm64/kvm/hyp/include/nvhe/mem_protect.h @@ -27,7 +27,6 @@ extern struct host_mmu host_mmu; enum pkvm_component_id { PKVM_ID_HOST, PKVM_ID_HYP, - PKVM_ID_FFA, }; extern unsigned long hyp_nr_cpus;