diff options
author | Andi Kleen <ak@suse.de> | 2005-04-16 18:25:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:25:14 -0400 |
commit | f2ea2750fbe56867bc8e0eb595115b14195a3e5e (patch) | |
tree | 360cf103473c058cb6db99fd6a8c6e22dfa74c96 /include/asm-x86_64/unistd.h | |
parent | daeeafecf029a05a304fa299706b3ecc90e16175 (diff) |
[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>
Diffstat (limited to 'include/asm-x86_64/unistd.h')
-rw-r--r-- | include/asm-x86_64/unistd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index a8ea0164f3ab..3d65d240dc95 100644 --- a/include/asm-x86_64/unistd.h +++ b/include/asm-x86_64/unistd.h | |||
@@ -533,8 +533,6 @@ __SYSCALL(__NR_tgkill, sys_tgkill) | |||
533 | __SYSCALL(__NR_utimes, sys_utimes) | 533 | __SYSCALL(__NR_utimes, sys_utimes) |
534 | #define __NR_vserver 236 | 534 | #define __NR_vserver 236 |
535 | __SYSCALL(__NR_vserver, sys_ni_syscall) | 535 | __SYSCALL(__NR_vserver, sys_ni_syscall) |
536 | #define __NR_vserver 236 | ||
537 | __SYSCALL(__NR_vserver, sys_ni_syscall) | ||
538 | #define __NR_mbind 237 | 536 | #define __NR_mbind 237 |
539 | __SYSCALL(__NR_mbind, sys_mbind) | 537 | __SYSCALL(__NR_mbind, sys_mbind) |
540 | #define __NR_set_mempolicy 238 | 538 | #define __NR_set_mempolicy 238 |