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

sparc: Wire up sys_rt_tgsigqueueinfo().

Signed-off-by: David S. Miller <davem@davemloft.net>

+9 -4
+2 -1
arch/sparc/include/asm/unistd.h
··· 394 394 #define __NR_accept4 323 395 395 #define __NR_preadv 324 396 396 #define __NR_pwritev 325 397 + #define __NR_rt_tgsigqueueinfo 326 397 398 398 - #define NR_SYSCALLS 326 399 + #define NR_SYSCALLS 327 399 400 400 401 #ifdef __32bit_syscall_numbers__ 401 402 /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
+3 -1
arch/sparc/kernel/systbls_32.S
··· 81 81 /*305*/ .long sys_set_mempolicy, sys_kexec_load, sys_move_pages, sys_getcpu, sys_epoll_pwait 82 82 /*310*/ .long sys_utimensat, sys_signalfd, sys_timerfd_create, sys_eventfd, sys_fallocate 83 83 /*315*/ .long sys_timerfd_settime, sys_timerfd_gettime, sys_signalfd4, sys_eventfd2, sys_epoll_create1 84 - /*320*/ .long sys_dup3, sys_pipe2, sys_inotify_init1, sys_accept4, sys_preadv, sys_pwritev 84 + /*320*/ .long sys_dup3, sys_pipe2, sys_inotify_init1, sys_accept4, sys_preadv 85 + /*325*/ .long sys_pwritev, sys_rt_tgsigqueueinfo 86 +
+4 -2
arch/sparc/kernel/systbls_64.S
··· 82 82 .word compat_sys_set_mempolicy, compat_sys_kexec_load, compat_sys_move_pages, sys_getcpu, compat_sys_epoll_pwait 83 83 /*310*/ .word compat_sys_utimensat, compat_sys_signalfd, sys_timerfd_create, sys_eventfd, compat_sys_fallocate 84 84 .word compat_sys_timerfd_settime, compat_sys_timerfd_gettime, compat_sys_signalfd4, sys_eventfd2, sys_epoll_create1 85 - /*320*/ .word sys_dup3, sys_pipe2, sys_inotify_init1, sys_accept4, compat_sys_preadv, compat_sys_pwritev 85 + /*320*/ .word sys_dup3, sys_pipe2, sys_inotify_init1, sys_accept4, compat_sys_preadv 86 + .word compat_sys_pwritev, compat_sys_rt_tgsigqueueinfo 86 87 87 88 #endif /* CONFIG_COMPAT */ 88 89 ··· 157 156 .word sys_set_mempolicy, sys_kexec_load, sys_move_pages, sys_getcpu, sys_epoll_pwait 158 157 /*310*/ .word sys_utimensat, sys_signalfd, sys_timerfd_create, sys_eventfd, sys_fallocate 159 158 .word sys_timerfd_settime, sys_timerfd_gettime, sys_signalfd4, sys_eventfd2, sys_epoll_create1 160 - /*320*/ .word sys_dup3, sys_pipe2, sys_inotify_init1, sys_accept4, sys_preadv, sys_pwritev 159 + /*320*/ .word sys_dup3, sys_pipe2, sys_inotify_init1, sys_accept4, sys_preadv 160 + .word sys_pwritev, sys_rt_tgsigqueueinfo