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

mn10300: wire up missing new syscalls

Wire up missing new system calls for MN10300.

Signed-off-by: David Howells <dhowelsl@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

David Howells and committed by
Linus Torvalds
e5d20d01 d6bb7a1a

+3 -1
+2 -1
arch/mn10300/include/asm/unistd.h
··· 348 348 #define __NR_pwritev 335 349 349 #define __NR_rt_tgsigqueueinfo 336 350 350 #define __NR_perf_event_open 337 351 + #define __NR_recvmmsg 338 351 352 352 353 #ifdef __KERNEL__ 353 354 354 - #define NR_syscalls 338 355 + #define NR_syscalls 339 355 356 356 357 /* 357 358 * specify the deprecated syscalls we want to support on this arch
+1
arch/mn10300/kernel/entry.S
··· 724 724 .long sys_pwritev /* 335 */ 725 725 .long sys_rt_tgsigqueueinfo 726 726 .long sys_perf_event_open 727 + .long sys_recvmmsg 727 728 728 729 729 730 nr_syscalls=(.-sys_call_table)/4