X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Funistd.h;h=311e25a4ff736910e4af6c7ce54e1780b968a7ae;hb=73c4d347a0c98eb6599aefd1f9a91b4b071dd5e0;hp=81e4e85bad36988e12461fda5408510abc30d69e;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index 81e4e85ba..311e25a4f 100644 --- a/include/asm-x86_64/unistd.h +++ b/include/asm-x86_64/unistd.h @@ -552,12 +552,8 @@ __SYSCALL(__NR_mq_notify, sys_mq_notify) __SYSCALL(__NR_mq_getsetattr, sys_mq_getsetattr) #define __NR_kexec_load 246 __SYSCALL(__NR_kexec_load, sys_ni_syscall) -#define __NR_ioprio_set 247 -__SYSCALL(__NR_ioprio_set, sys_ioprio_set); -#define __NR_ioprio_get 248 -__SYSCALL(__NR_ioprio_get, sys_ioprio_get); -#define __NR_syscall_max __NR_ioprio_get +#define __NR_syscall_max __NR_kexec_load #ifndef __NO_STUBS /* user-visible error numbers are in the range -1 - -4095 */