]> git.baikalelectronics.ru Git - kernel.git/commit
sh64: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jun 2007 03:41:32 +0000 (12:41 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 19 Jun 2007 03:41:32 +0000 (12:41 +0900)
commit68a8796e5a3371c8c0fe74318f076875d8acc555
tree284f02179c29066349967a159ce1a9059cd13758
parentd066ebb867cf316fa6cd07bd57145079f5a10a6e
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>
arch/sh64/kernel/signal.c