diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:22:49 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:22:49 -0400 |
commit | 0b8929354cdeddb17e81bfda903812c9adfd0b67 (patch) | |
tree | ff3a450e750752bfde6afe414ee0c1b0eea3ac8e /arch/sh/kernel/syscalls.S | |
parent | e96636ccfa373a00a0ee0558e1971baa7856d8b5 (diff) |
sh: __NR_restart_syscall support.
This implements support for __NR_restart_syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls.S')
-rw-r--r-- | arch/sh/kernel/syscalls.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S index ada61b0d9a73..ea23b213c77f 100644 --- a/arch/sh/kernel/syscalls.S +++ b/arch/sh/kernel/syscalls.S | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | .data | 35 | .data |
36 | ENTRY(sys_call_table) | 36 | ENTRY(sys_call_table) |
37 | .long sys_ni_syscall /* 0 - old "setup()" system call*/ | 37 | .long sys_restart_syscall /* 0 - old "setup()" system call*/ |
38 | .long sys_exit | 38 | .long sys_exit |
39 | .long sys_fork | 39 | .long sys_fork |
40 | .long sys_read | 40 | .long sys_read |