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

[IA64] hook up new rt_tgsigqueueinfo syscall

Assign syscall #1321 for rt_tgsigqueueinfo.

Signed-off-by: Tony Luck <tony.luck@intel.com>

Tony Luck 97de6ad1 9542b21e

+3 -1
+2 -1
arch/ia64/include/asm/unistd.h
··· 310 310 #define __NR_inotify_init1 1318 311 311 #define __NR_preadv 1319 312 312 #define __NR_pwritev 1320 313 + #define __NR_rt_tgsigqueueinfo 1321 313 314 314 315 #ifdef __KERNEL__ 315 316 316 317 317 - #define NR_syscalls 297 /* length of syscall table */ 318 + #define NR_syscalls 298 /* length of syscall table */ 318 319 319 320 /* 320 321 * The following defines stop scripts/checksyscalls.sh from complaining about
+1
arch/ia64/kernel/entry.S
··· 1805 1805 data8 sys_inotify_init1 1806 1806 data8 sys_preadv 1807 1807 data8 sys_pwritev // 1320 1808 + data8 sys_rt_tgsigqueueinfo 1808 1809 1809 1810 .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls 1810 1811 #endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */