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

Blackfin: wire up new sendmmsg syscall

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

+3 -1
+2 -1
arch/blackfin/include/asm/unistd.h
··· 398 398 #define __NR_clock_adjtime 377 399 399 #define __NR_syncfs 378 400 400 #define __NR_setns 379 401 + #define __NR_sendmmsg 380 401 402 402 - #define __NR_syscall 380 403 + #define __NR_syscall 381 403 404 #define NR_syscalls __NR_syscall 404 405 405 406 /* Old optional stuff no one actually uses */
+1
arch/blackfin/mach-common/entry.S
··· 1754 1754 .long _sys_clock_adjtime 1755 1755 .long _sys_syncfs 1756 1756 .long _sys_setns 1757 + .long _sys_sendmmsg /* 380 */ 1757 1758 1758 1759 .rept NR_syscalls-(.-_sys_call_table)/4 1759 1760 .long _sys_ni_syscall