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

arm: new way of handling ERESTART_RESTARTBLOCK



new "syscall start" flag; handled in syscall_trace() by switching
syscall number to that of syscall_restart(2).  Restarts of that
kind (ERESTART_RESTARTBLOCK) are handled by setting that bit;
syscall number is not modified until the actual call.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 21c1176a
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