Skip to content
Commit e76623d6 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c46de226
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment