diff options
| author | Alexander Potapenko <glider@google.com> | 2025-10-17 15:06:08 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2025-10-17 13:30:07 +0000 |
| commit | cf9a3399f1af3f55078b0ccc4360ea0948b8b8da (patch) | |
| tree | fcccdb5ade5f4f29fe9be52d2ca6e376ac0b8265 /executor | |
| parent | 096e3373e1448ba37a427e8094a8016be8a49c55 (diff) | |
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.
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_kvm_ppc64.h | 6 |
1 files changed, 0 insertions, 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 |
