projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daeeafe
)
[PATCH] x86_64: Remove duplicated syscall entry.
author
Andi Kleen
<ak@suse.de>
Sat, 16 Apr 2005 22:25:14 +0000
(15:25 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:14 +0000
(15:25 -0700)
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>
include/asm-x86_64/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-x86_64/unistd.h
b/include/asm-x86_64/unistd.h
index a8ea0164f3ab019e0c0001ac60fb91c70afe4dde..3d65d240dc954b7b40b874c2dfe866b5c744da87 100644
(file)
--- a/
include/asm-x86_64/unistd.h
+++ b/
include/asm-x86_64/unistd.h
@@
-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