Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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