Commit 9df138cf authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Reserve vserver syscall for x86-64

Reserve vserver syscall on x86-64 too.
parent 3d2df163
......@@ -530,8 +530,10 @@ __SYSCALL(__NR_epoll_ctl, sys_epoll_ctl)
__SYSCALL(__NR_tgkill, sys_tgkill)
#define __NR_utimes 235
__SYSCALL(__NR_utimes, sys_utimes)
#define __NR_vserver 236
__SYSCALL(__NR_vserver, sys_ni_syscall)
#define __NR_syscall_max __NR_utimes
#define __NR_syscall_max __NR_vserver
#ifndef __NO_STUBS
/* user-visible error numbers are in the range -1 - -4095 */
......
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