From: Thomas Huth Date: Wed, 11 Feb 2015 09:38:46 +0000 (+0100) Subject: KVM: s390: Use insn_length() to calculate length of instruction X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~42^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b412acd32d403a8de9511f236f9b4f31551868;p=pandora-kernel.git KVM: s390: Use insn_length() to calculate length of instruction The common s390 function insn_length() results in slightly smaller (and thus hopefully faster) code than the calculation of the instruction length via a lookup-table. So let's use that function in the interrupt delivery code, too. Signed-off-by: Thomas Huth Reviewed-by: Jens Freimann Reviewed-by: David Hildenbrand Acked-by: Cornelia Huck Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed