commit | 4c1a50de9223e1bb7ce5decdd69bdf34a864f03e | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 02 16:56:15 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 08 22:48:03 2015 +0100 |
tree | 729ce13cbde94f911ac36079a6319f9f8f077552 | |
parent | ad896af0b50ed656e38a31fca1fdb7bb7533db45 [diff] |
KVM: x86: mmu: remove ASSERT(vcpu) 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>