Commit f11b71e6 authored by Paul Mundt's avatar Paul Mundt Committed by Paul Mundt

sh: Wire up mempolicy syscalls.

Wire up mbind and get/set_mempolicy() in their reserved places.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent b66d51cb
......@@ -308,9 +308,9 @@ ENTRY(sys_call_table)
.long sys_utimes
.long sys_fadvise64_64_wrapper
.long sys_ni_syscall /* Reserved for vserver */
.long sys_ni_syscall /* Reserved for mbind */
.long sys_ni_syscall /* 275 - get_mempolicy */
.long sys_ni_syscall /* set_mempolicy */
.long sys_mbind
.long sys_get_mempolicy /* 275 */
.long sys_set_mempolicy
.long sys_mq_open
.long sys_mq_unlink
.long sys_mq_timedsend
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment