summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/syscalls.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 17:22:49 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 17:22:49 +0900
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 @@
.data
ENTRY(sys_call_table)
- .long sys_ni_syscall /* 0 - old "setup()" system call*/
+ .long sys_restart_syscall /* 0 - old "setup()" system call*/
.long sys_exit
.long sys_fork
.long sys_read