Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Reviewed-by: Jens Freimann <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Acked-by: Cornelia Huck <[email protected]> Signed-off-by: Christian Borntraeger <[email protected]>
- Loading branch information