From: Will Deacon Date: Mon, 13 May 2013 18:16:34 +0000 (+0100) Subject: ARM: entry: allow ARM-private syscalls to be restarted X-Git-Tag: v3.12-rc1~128^2^3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=377747c40657eb35ad98a56439606d96a928425a;p=pandora-kernel.git ARM: entry: allow ARM-private syscalls to be restarted System calls will only be restarted after signal handling if they (a) return an error code indicating that a restart is required and (b) have `why' set to a non-zero value, to indicate that the signal interrupted them. This patch leaves `why' set to a non-zero value for ARM-private syscalls , and only zeroes it for syscalls that are not implemented. Signed-off-by: Will Deacon --- Reading git-diff-tree failed