From: Paul Mundt Date: Tue, 19 Jun 2007 03:41:32 +0000 (+0900) Subject: sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls. X-Git-Tag: v2.6.22-rc6~83^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e227e8f3ba3bfb8e26fee783026c1425ba600037;p=pandora-kernel.git sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls. The current implementation only handles -ERESTARTNOHAND, whereas we also need to handle -ERESTART_RESTARTBLOCK in the handle_signal() case for restartable system calls. Follows the sh change. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed