From: Mark McLoughlin Date: Mon, 1 Dec 2008 13:57:45 +0000 (+0000) Subject: KVM: remove the IRQ ACK notifier assertions X-Git-Tag: v2.6.29-rc1~539^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=844c7a9ff404d8fc88bb77b06461644621d2c985;p=pandora-kernel.git KVM: remove the IRQ ACK notifier assertions We will obviously never pass a NULL struct kvm_irq_ack_notifier* to this functions. They are always embedded in the assigned device structure, so the assertion add nothing. The irqchip_in_kernel() assertion is very out of place - clearly this little abstraction needs to know nothing about the upper layer details. Signed-off-by: Mark McLoughlin Signed-off-by: Avi Kivity --- Reading git-diff-tree failed