Commit bab7e6ec authored by Tony Luck's avatar Tony Luck

[IA64] Allocate syscall #1270 for waitid syscall.

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 0d25e8dc
...@@ -1526,8 +1526,8 @@ sys_call_table: ...@@ -1526,8 +1526,8 @@ sys_call_table:
data8 sys_mq_notify data8 sys_mq_notify
data8 sys_mq_getsetattr data8 sys_mq_getsetattr
data8 sys_ni_syscall // reserved for kexec_load data8 sys_ni_syscall // reserved for kexec_load
data8 sys_ni_syscall data8 sys_ni_syscall // reserved for vserver
data8 sys_ni_syscall // 1270 data8 sys_waitid // 1270
data8 sys_ni_syscall data8 sys_ni_syscall
data8 sys_ni_syscall data8 sys_ni_syscall
data8 sys_ni_syscall data8 sys_ni_syscall
......
...@@ -259,6 +259,7 @@ ...@@ -259,6 +259,7 @@
#define __NR_mq_getsetattr 1267 #define __NR_mq_getsetattr 1267
#define __NR_kexec_load 1268 #define __NR_kexec_load 1268
#define __NR_vserver 1269 #define __NR_vserver 1269
#define __NR_waitid 1270
#ifdef __KERNEL__ #ifdef __KERNEL__
...@@ -385,7 +386,7 @@ asmlinkage long sys_rt_sigaction(int sig, ...@@ -385,7 +386,7 @@ asmlinkage long sys_rt_sigaction(int sig,
* "Conditional" syscalls * "Conditional" syscalls
* *
* Note, this macro can only be used in the file which defines sys_ni_syscall, i.e., in * Note, this macro can only be used in the file which defines sys_ni_syscall, i.e., in
* kernel/sys.c. This version causes warnings because the declaration isn't a * kernel/sys_ni.c. This version causes warnings because the declaration isn't a
* proper prototype, but we can't use __typeof__ either, because not all cond_syscall() * proper prototype, but we can't use __typeof__ either, because not all cond_syscall()
* declarations have prototypes at the moment. * declarations have prototypes at the moment.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment