From: Al Viro Date: Thu, 19 Jul 2012 16:48:50 +0000 (+0100) Subject: ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS X-Git-Tag: v3.6-rc1~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6628521784d1da3b7354c6b6e8499e19ab46a3d1;p=pandora-kernel.git ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS just let do_work_pending() return 1 on normal local restarts and -1 on those that had been caused by ERESTART_RESTARTBLOCK (and 0 is still "all done, sod off to userland now"). And let the asm glue flip scno to restart_syscall(2) one if it got negative from us... [will: resolved conflicts with audit fixes] Signed-off-by: Al Viro Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed