LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] Alpha and x86_64 don't use socketcall
@ 2007-11-27 17:08 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2007-11-27 17:08 UTC (permalink / raw
  To: linux-kernel; +Cc: akpm

Alpha and x86_64 architectures don't use socketcall and don't provide
__NR_socketcall.

Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>

diff -r 51b2b0d0921c include/asm-alpha/unistd.h
--- a/include/asm-alpha/unistd.h	Wed Nov 21 09:41:11 2007 +0000
+++ b/include/asm-alpha/unistd.h	Tue Nov 27 16:40:02 2007 +0000
@@ -573,7 +573,6 @@ type name (type1 arg1,type2 arg2,type3 a
 #define __ARCH_WANT_OLD_READDIR
 #define __ARCH_WANT_STAT64
 #define __ARCH_WANT_SYS_GETHOSTNAME
-#define __ARCH_WANT_SYS_SOCKETCALL
 #define __ARCH_WANT_SYS_FADVISE64
 #define __ARCH_WANT_SYS_GETPGRP
 #define __ARCH_WANT_SYS_OLD_GETRLIMIT
diff -r 51b2b0d0921c include/asm-x86_64/unistd.h
--- a/include/asm-x86_64/unistd.h	Wed Nov 21 09:41:11 2007 +0000
+++ b/include/asm-x86_64/unistd.h	Tue Nov 27 16:40:02 2007 +0000
@@ -648,7 +648,6 @@ do { \
 #define __ARCH_WANT_SYS_SIGNAL
 #define __ARCH_WANT_SYS_UTIME
 #define __ARCH_WANT_SYS_WAITPID
-#define __ARCH_WANT_SYS_SOCKETCALL
 #define __ARCH_WANT_SYS_FADVISE64
 #define __ARCH_WANT_SYS_GETPGRP
 #define __ARCH_WANT_SYS_LLSEEK

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-27 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27 17:08 [PATCH] Alpha and x86_64 don't use socketcall Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).