]> Pileus Git - ~andy/linux/commit
KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 2 Dec 2011 17:35:24 +0000 (18:35 +0100)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:22:15 +0000 (11:22 +0200)
commit3d56cbdf359c953f8bfcab68aa5cf766e4480799
tree64c81ba2658afe8b91b2e8609f5c9eadc701cc27
parent086c9855019935854311b477b33498a6ea357ef6
KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages

freed_pages is never evaluated, so remove it as well as the return code
kvm_mmu_remove_some_alloc_mmu_pages so far delivered to its only user.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c