From: Thomas Huth Date: Thu, 17 Apr 2014 07:10:40 +0000 (+0200) Subject: KVM: s390: Improve is_valid_psw() X-Git-Tag: omap-for-v3.17/soc-cleanup~24^2^2~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3fb577e481d64dc757f506e19685603bbf3db42;p=pandora-kernel.git KVM: s390: Improve is_valid_psw() As a program status word is also invalid (and thus generates an specification exception) if the instruction address is not even, we should test this in is_valid_psw(), too. This patch also exports the function so that it becomes available for other parts of the S390 KVM code as well. Signed-off-by: Thomas Huth Reviewed-by: Cornelia Huck Signed-off-by: Christian Borntraeger --- Reading git-diff-tree failed