]> Pileus Git - ~andy/linux/commit
KVM: mmu: change useless int return types to void
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Oct 2013 14:56:13 +0000 (16:56 +0200)
committerGleb Natapov <gleb@redhat.com>
Thu, 3 Oct 2013 12:44:02 +0000 (15:44 +0300)
commit8a3c1a33476f6bfebd07954e2277dbc88003bd37
treea0861917a144bc81aa70e9865a411f99ee621b2d
parent95f93af4add9047f7d1ae4f43d12e66f2ba2d6f0
KVM: mmu: change useless int return types to void

kvm_mmu initialization is mostly filling in function pointers, there is
no way for it to fail.  Clean up unused return values.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/mmu.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c