From: Thomas Huth Date: Wed, 27 Nov 2013 10:47:10 +0000 (+0100) Subject: KVM: s390: Reworked SIGP RESTART order X-Git-Tag: v3.14-rc1~127^2~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc92d6dea11cd43842e20cd05c066963de586417;p=pandora-kernel.git KVM: s390: Reworked SIGP RESTART order When SIGP RESTART detected an illegal CPU address, there is no need to drop to userspace, we can return CC3 to the guest directly instead. Also renamed __sigp_restart() to sigp_check_callable() (since this is a better description of what the function is really doing) and moved a string specific to RESTART to the calling place instead, so that this function gets usable by other SIGP orders, too. Signed-off-by: Thomas Huth Reviewed-by: Cornelia Huck Signed-off-by: Cornelia Huck --- Reading git-diff-tree failed