From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] [XenLinux] Date: Tue, 27 Nov 2007 16:41:20 +0000 Message-ID: <20071127164120.GA18219@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Alpha and x86_64 architectures don't use socketcall. Fixes bug 1046. Signed-off-by: Samuel Thibault 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