[patch 096/198] x86_64: Remove duplicated syscall entry.

From: akpm
Date: Tue Apr 12 2005 - 22:35:41 EST



From: "Andi Kleen" <ak@xxxxxxx>

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
Signed-off-by: Andi Kleen <ak@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

25-akpm/include/asm-x86_64/unistd.h | 2 --
1 files changed, 2 deletions(-)

diff -puN include/asm-x86_64/unistd.h~x86_64-remove-duplicated-syscall-entry include/asm-x86_64/unistd.h
--- 25/include/asm-x86_64/unistd.h~x86_64-remove-duplicated-syscall-entry 2005-04-12 03:21:25.949192024 -0700
+++ 25-akpm/include/asm-x86_64/unistd.h 2005-04-12 03:21:25.952191568 -0700
@@ -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
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/