mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
[PATCH] x86_64: Remove duplicated syscall entry.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
daeeafecf0
commit
f2ea2750fb
@ -533,8 +533,6 @@ __SYSCALL(__NR_tgkill, sys_tgkill)
|
||||
__SYSCALL(__NR_utimes, sys_utimes)
|
||||
#define __NR_vserver 236
|
||||
__SYSCALL(__NR_vserver, sys_ni_syscall)
|
||||
#define __NR_vserver 236
|
||||
__SYSCALL(__NR_vserver, sys_ni_syscall)
|
||||
#define __NR_mbind 237
|
||||
__SYSCALL(__NR_mbind, sys_mbind)
|
||||
#define __NR_set_mempolicy 238
|
||||
|
Loading…
Reference in New Issue
Block a user