diff options
author | Joerg Roedel <jroedel@suse.de> | 2017-08-28 16:38:35 +0200 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2017-09-13 15:33:04 +0200 |
commit | 98152b83e065d5593c261b0cc58197666f94a34f (patch) | |
tree | 3d4f24ba9a68c9ff7133a1801c39b8797be3ea26 /arch/x86 | |
parent | 0756b7fbb696d2cb18785da9cab13ec164017f64 (diff) | |
download | linux-98152b83e065d5593c261b0cc58197666f94a34f.tar.bz2 |
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 <jroedel@suse.de>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 8844eee290b2..bbb802382a3e 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); |