diff options
| author | Yue Haibing <yuehaibing@huawei.com> | 2025-11-20 20:09:30 +0800 |
|---|---|---|
| committer | Sean Christopherson <seanjc@google.com> | 2025-11-20 07:26:35 -0800 |
| commit | c09816f2afce0f89f176c4bc58dc57ec9f204998 (patch) | |
| tree | 6879b4fa9bbfc29df59776044288dde9547c0ede | |
| parent | ebec25438f3dbc79ea1ff274b1fe97d277b1545f (diff) | |
KVM: x86: Remove unused declaration kvm_mmu_may_ignore_guest_pat()
Commit 3fee4837ef40 ("KVM: x86: remove shadow_memtype_mask")
removed the functions but leave this declaration.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://patch.msgid.link/20251120120930.1448593-1-yuehaibing@huawei.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
| -rw-r--r-- | arch/x86/kvm/mmu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/mmu.h b/arch/x86/kvm/mmu.h index f63074048ec6..c272ef269b96 100644 --- a/arch/x86/kvm/mmu.h +++ b/arch/x86/kvm/mmu.h @@ -235,8 +235,6 @@ static inline u8 permission_fault(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, return -(u32)fault & errcode; } -bool kvm_mmu_may_ignore_guest_pat(struct kvm *kvm); - int kvm_mmu_post_init_vm(struct kvm *kvm); void kvm_mmu_pre_destroy_vm(struct kvm *kvm); |