commit | e227e8f3ba3bfb8e26fee783026c1425ba600037 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Jun 19 12:41:32 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jun 19 12:41:32 2007 +0900 |
tree | 284f02179c29066349967a159ce1a9059cd13758 | |
parent | fa490cfd15d7ce0900097cc4e60cfd7a76381138 [diff] |
sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls. The current implementation only handles -ERESTARTNOHAND, whereas we also need to handle -ERESTART_RESTARTBLOCK in the handle_signal() case for restartable system calls. Follows the sh change. Signed-off-by: Paul Mundt <lethal@linux-sh.org>