From cf9a3399f1af3f55078b0ccc4360ea0948b8b8da Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Fri, 17 Oct 2025 15:06:08 +0200 Subject: executor: common_kvm_ppc64.h: drop kvm_ppc_mmuv3_cfg struct kvm_ppc_mmuv3_cfg seems to be defined in /usr/powerpc64le-linux-gnu/include/asm/kvm.h, remove the duplicate definition. --- executor/common_kvm_ppc64.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/executor/common_kvm_ppc64.h b/executor/common_kvm_ppc64.h index 0b20c7b2f..687c2bbd0 100644 --- a/executor/common_kvm_ppc64.h +++ b/executor/common_kvm_ppc64.h @@ -73,12 +73,6 @@ // Available with KVM_CAP_PPC_RADIX_MMU or KVM_CAP_PPC_HASH_MMU_V3 #define KVM_PPC_CONFIGURE_V3_MMU _IOW(KVMIO, 0xaf, struct kvm_ppc_mmuv3_cfg) -// For KVM_PPC_CONFIGURE_V3_MMU -struct kvm_ppc_mmuv3_cfg { - __u64 flags; - __u64 process_table; // second doubleword of partition table entry -}; - // Flag values for KVM_PPC_CONFIGURE_V3_MMU #define KVM_PPC_MMUV3_RADIX 1 // 1 = radix mode, 0 = HPT #define KVM_PPC_MMUV3_GTSE 2 // global translation shootdown enb -- cgit mrf-deployment