Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: unwire sys_recvmmsg.

sh32 at the moment only uses sys_socketcall to reach these, so unwire
recvmmsg for now. While we're at it, add it to the ignore list, as per
the s390 change.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+3 -3
+3 -2
arch/sh/include/asm/unistd_32.h
··· 345 345 #define __NR_pwritev 334 346 346 #define __NR_rt_tgsigqueueinfo 335 347 347 #define __NR_perf_event_open 336 348 - #define __NR_recvmmsg 337 349 348 350 - #define NR_syscalls 338 349 + #define NR_syscalls 337 351 350 352 351 #ifdef __KERNEL__ 352 + 353 + #define __IGNORE_recvmmsg 353 354 354 355 #define __ARCH_WANT_IPC_PARSE_VERSION 355 356 #define __ARCH_WANT_OLD_READDIR
-1
arch/sh/kernel/syscalls_32.S
··· 353 353 .long sys_pwritev 354 354 .long sys_rt_tgsigqueueinfo /* 335 */ 355 355 .long sys_perf_event_open 356 - .long sys_recvmmsg