From: Joerg Roedel Date: Mon, 28 Aug 2017 14:38:35 +0000 (+0200) Subject: KVM: x86: Remove .get_pkru() from kvm_x86_ops X-Git-Tag: v4.14-rc1~10^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98152b83e065d5593c261b0cc58197666f94a34f;p=thirdparty%2Fkernel%2Flinux.git KVM: x86: Remove .get_pkru() from kvm_x86_ops The commit 9dd21e104bc ('KVM: x86: simplify handling of PKRU') removed all users and providers of that call-back, but didn't remove it. Remove it now. Signed-off-by: Joerg Roedel Signed-off-by: Radim Krčmář --- diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 8844eee290b26..bbb802382a3e4 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -951,7 +951,6 @@ struct kvm_x86_ops { void (*cache_reg)(struct kvm_vcpu *vcpu, enum kvm_reg reg); unsigned long (*get_rflags)(struct kvm_vcpu *vcpu); void (*set_rflags)(struct kvm_vcpu *vcpu, unsigned long rflags); - u32 (*get_pkru)(struct kvm_vcpu *vcpu); void (*tlb_flush)(struct kvm_vcpu *vcpu);