Commit 31f6e38
committed
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: a8ac499 ("KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>1 parent c4edb2b commit 31f6e38
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6416 | 6416 | | |
6417 | 6417 | | |
6418 | 6418 | | |
6419 | | - | |
6420 | 6419 | | |
6421 | 6420 | | |
6422 | 6421 | | |
6423 | 6422 | | |
6424 | 6423 | | |
6425 | | - | |
6426 | 6424 | | |
6427 | 6425 | | |
6428 | 6426 | | |
| |||
0 commit comments