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

Commit 5e392b8d authored by Al Viro's avatar Al Viro
Browse files

mips: don't bother with compat_sys_futex() wrappers



... it's COMPAT_SYSCALL_DEFINE now

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent aa584802
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -312,10 +312,3 @@ SYSCALL_DEFINE6(32_fanotify_mark, int, fanotify_fd, unsigned int, flags,
	return sys_fanotify_mark(fanotify_fd, flags, merge_64(a3, a4),
				 dfd, pathname);
}

SYSCALL_DEFINE6(32_futex, u32 __user *, uaddr, int, op, u32, val,
		struct compat_timespec __user *, utime, u32 __user *, uaddr2,
		u32, val3)
{
	return compat_sys_futex(uaddr, op, val, utime, uaddr2, val3);
}
+1 −1
Original line number Diff line number Diff line
@@ -298,7 +298,7 @@ EXPORT(sysn32_call_table)
	PTR	sys_fremovexattr
	PTR	sys_tkill
	PTR	sys_ni_syscall
	PTR	sys_32_futex
	PTR	compat_sys_futex
	PTR	compat_sys_sched_setaffinity	/* 6195 */
	PTR	compat_sys_sched_getaffinity
	PTR	sys_cacheflush
+1 −1
Original line number Diff line number Diff line
@@ -430,7 +430,7 @@ sys_call_table:
	PTR	sys_fremovexattr		/* 4235 */
	PTR	sys_tkill
	PTR	sys_sendfile64
	PTR	sys_32_futex
	PTR	compat_sys_futex
	PTR	compat_sys_sched_setaffinity
	PTR	compat_sys_sched_getaffinity	/* 4240 */
	PTR	compat_sys_io_setup