From: Paolo Bonzini Date: Wed, 2 Oct 2013 14:56:15 +0000 (+0200) Subject: KVM: x86: mmu: remove ASSERT(vcpu) X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~97^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1a50de9223e1bb7ce5decdd69bdf34a864f03e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed