From: Al Viro Date: Thu, 2 Aug 2012 18:12:06 +0000 (+0400) Subject: x86: get rid of TIF_IRET hackery X-Git-Tag: v3.7-rc1~64^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e76623d69408d0bd66a296c6ee5eae1b17a6adfc;p=pandora-kernel.git x86: get rid of TIF_IRET hackery TIF_NOTIFY_RESUME will work in precisely the same way; all that is achieved by TIF_IRET is appearing that there's some work to be done, so we end up on the iret exit path. Just use NOTIFY_RESUME. And for execve() do that in 32bit start_thread(), not sys_execve() itself. Signed-off-by: Al Viro --- Reading git-diff-tree failed