aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/syscalls.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 04:22:49 -0400
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 04:22:49 -0400
commit0b8929354cdeddb17e81bfda903812c9adfd0b67 (patch)
treeff3a450e750752bfde6afe414ee0c1b0eea3ac8e /arch/sh/kernel/syscalls.S
parente96636ccfa373a00a0ee0558e1971baa7856d8b5 (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.S2
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
36ENTRY(sys_call_table) 36ENTRY(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