Skip to content
Snippets Groups Projects
Commit 31f6e383 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86/mmu: remove unused variable


The last use of 'pfn' went away with the same-named argument to
host_pfn_mapping_level; now that the hugepage level is obtained
exclusively from the host page tables, kvm_mmu_zap_collapsible_spte
does not need to know host pfns at all.

Fixes: a8ac499b ("KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs")
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent c4edb2ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment