diff options
| -rw-r--r-- | arch/x86/ia32/ia32entry.S | 1 | ||||
| -rw-r--r-- | arch/x86/include/asm/unistd_32.h | 1 | ||||
| -rw-r--r-- | arch/x86/include/asm/unistd_64.h | 2 | ||||
| -rw-r--r-- | arch/x86/kernel/syscall_table_32.S | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S index a505202086e8..dcef387ddc36 100644 --- a/arch/x86/ia32/ia32entry.S +++ b/arch/x86/ia32/ia32entry.S | |||
| @@ -830,4 +830,5 @@ ia32_sys_call_table: | |||
| 830 | .quad sys_inotify_init1 | 830 | .quad sys_inotify_init1 |
| 831 | .quad compat_sys_preadv | 831 | .quad compat_sys_preadv |
| 832 | .quad compat_sys_pwritev | 832 | .quad compat_sys_pwritev |
| 833 | .quad compat_sys_rt_tgsigqueueinfo /* 335 */ | ||
| 833 | ia32_syscall_end: | 834 | ia32_syscall_end: |
diff --git a/arch/x86/include/asm/unistd_32.h b/arch/x86/include/asm/unistd_32.h index 6e72d74cf8dc..708dae61262d 100644 --- a/arch/x86/include/asm/unistd_32.h +++ b/arch/x86/include/asm/unistd_32.h | |||
| @@ -340,6 +340,7 @@ | |||
| 340 | #define __NR_inotify_init1 332 | 340 | #define __NR_inotify_init1 332 |
| 341 | #define __NR_preadv 333 | 341 | #define __NR_preadv 333 |
| 342 | #define __NR_pwritev 334 | 342 | #define __NR_pwritev 334 |
| 343 | #define __NR_rt_tgsigqueueinfo 335 | ||
| 343 | 344 | ||
| 344 | #ifdef __KERNEL__ | 345 | #ifdef __KERNEL__ |
| 345 | 346 | ||
diff --git a/arch/x86/include/asm/unistd_64.h b/arch/x86/include/asm/unistd_64.h index f81829462325..4e2b05404400 100644 --- a/arch/x86/include/asm/unistd_64.h +++ b/arch/x86/include/asm/unistd_64.h | |||
| @@ -657,6 +657,8 @@ __SYSCALL(__NR_inotify_init1, sys_inotify_init1) | |||
| 657 | __SYSCALL(__NR_preadv, sys_preadv) | 657 | __SYSCALL(__NR_preadv, sys_preadv) |
| 658 | #define __NR_pwritev 296 | 658 | #define __NR_pwritev 296 |
| 659 | __SYSCALL(__NR_pwritev, sys_pwritev) | 659 | __SYSCALL(__NR_pwritev, sys_pwritev) |
| 660 | #define __NR_rt_tgsigqueueinfo 297 | ||
| 661 | __SYSCALL(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo) | ||
| 660 | 662 | ||
| 661 | 663 | ||
| 662 | #ifndef __NO_STUBS | 664 | #ifndef __NO_STUBS |
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S index ff5c8736b491..734f92c02dde 100644 --- a/arch/x86/kernel/syscall_table_32.S +++ b/arch/x86/kernel/syscall_table_32.S | |||
| @@ -334,3 +334,4 @@ ENTRY(sys_call_table) | |||
| 334 | .long sys_inotify_init1 | 334 | .long sys_inotify_init1 |
| 335 | .long sys_preadv | 335 | .long sys_preadv |
| 336 | .long sys_pwritev | 336 | .long sys_pwritev |
| 337 | .long sys_rt_tgsigqueueinfo /* 335 */ | ||
