All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh_net: Do not implement socketcall, use specific syscalls.
@ 2010-09-01  1:49 Carmelo AMOROSO
  2010-09-01  1:57 ` Carmelo AMOROSO
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Carmelo AMOROSO @ 2010-09-01  1:49 UTC (permalink / raw)
  To: linux-sh

Socket syscalls entries are now available in the syscall table,
so it does not need to implement the multipler syscall.
It is mapped into the sys_ni_syscall.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
---
 arch/sh/include/asm/unistd_32.h |    1 -
 arch/sh/include/asm/unistd_64.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h
index 2000709..a683d2f 100644
--- a/arch/sh/include/asm/unistd_32.h
+++ b/arch/sh/include/asm/unistd_32.h
@@ -387,7 +387,6 @@
 #define __ARCH_WANT_SYS_TIME
 #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
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h
index 09aa93f..2a91bb2 100644
--- a/arch/sh/include/asm/unistd_64.h
+++ b/arch/sh/include/asm/unistd_64.h
@@ -408,7 +408,6 @@
 #define __ARCH_WANT_SYS_TIME
 #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
-- 
1.5.5.6


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-02  6:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01  1:49 [PATCH] sh_net: Do not implement socketcall, use specific syscalls Carmelo AMOROSO
2010-09-01  1:57 ` Carmelo AMOROSO
2010-09-02  2:53 ` Paul Mundt
2010-09-02  4:27 ` [PATCH] sh_net: Do not implement socketcall, use specific Carmelo AMOROSO
2010-09-02  6:14 ` [PATCH] sh_net: Do not implement socketcall, use specific syscalls Paul Mundt
2010-09-02  6:27 ` [PATCH] sh_net: Do not implement socketcall, use specific Carmelo AMOROSO

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.