From: David Hildenbrand Date: Mon, 1 Dec 2014 11:02:44 +0000 (+0100) Subject: KVM: s390: some ext irqs have to clear the ext cpu addr X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=467fc29892b8d563592d17d7128296495b6cf335;p=pandora-kernel.git KVM: s390: some ext irqs have to clear the ext cpu addr The cpu address of a source cpu (responsible for an external irq) is only to be stored if bit 6 of the ext irq code is set. If bit 6 is not set, it is to be zeroed out. The special external irq code used for virtio and pfault uses the cpu addr as a parameter field. As bit 6 is set, this implementation is correct. Reviewed-by: Thomas Huth Signed-off-by: David Hildenbrand Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed