aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/syscalls.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-06-04 01:37:04 -0400
committerPaul Mundt <lethal@hera.kernel.org>2007-06-07 22:43:47 -0400
commitf11b71e6578fbe8e059c51f5d2de223a3804507a (patch)
tree2b8bece3758dd86a040fff0307bca8941de6b350 /arch/sh/kernel/syscalls.S
parentb66d51cb8039cf80b8aa5b157ed055cdea811104 (diff)
sh: Wire up mempolicy syscalls.
Wire up mbind and get/set_mempolicy() in their reserved places. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls.S')
-rw-r--r--arch/sh/kernel/syscalls.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S
index 7db1c2dc5992..ff5656e60c05 100644
--- a/arch/sh/kernel/syscalls.S
+++ b/arch/sh/kernel/syscalls.S
@@ -308,9 +308,9 @@ ENTRY(sys_call_table)
308 .long sys_utimes 308 .long sys_utimes
309 .long sys_fadvise64_64_wrapper 309 .long sys_fadvise64_64_wrapper
310 .long sys_ni_syscall /* Reserved for vserver */ 310 .long sys_ni_syscall /* Reserved for vserver */
311 .long sys_ni_syscall /* Reserved for mbind */ 311 .long sys_mbind
312 .long sys_ni_syscall /* 275 - get_mempolicy */ 312 .long sys_get_mempolicy /* 275 */
313 .long sys_ni_syscall /* set_mempolicy */ 313 .long sys_set_mempolicy
314 .long sys_mq_open 314 .long sys_mq_open
315 .long sys_mq_unlink 315 .long sys_mq_unlink
316 .long sys_mq_timedsend 316 .long sys_mq_timedsend