From: Thomas Huth Date: Wed, 12 Jun 2013 11:54:57 +0000 (+0200) Subject: KVM: s390: Fix epsw instruction decoding X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb87c3cb7416d4d5931bc939cc083c731479de0;p=pandora-kernel.git KVM: s390: Fix epsw instruction decoding The handle_epsw() function calculated the first register in the wrong way, so that it always used r0 by mistake. Now the code uses the common helper function for decoding the registers of rre functions instead to avoid such mistakes. Signed-off-by: Thomas Huth Reviewed-by: Christian Borntraeger Signed-off-by: Cornelia Huck Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed