KVM: x86: mmu: remove ASSERT(vcpu)
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Oct 2013 14:56:15 +0000 (16:56 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 Jan 2015 21:48:03 +0000 (22:48 +0100)
Because ASSERT is just a printk, these would oops right away.
The assertion thus hardly adds anything.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c

Simple merge