[PATCH] metag: disable socket and ipc subcall support
James Hogan
james.hogan at imgtec.com
Tue May 7 12:09:16 UTC 2013
The metag architecture also uses dedicated syscalls and doesn't need to
multiplex ipc and socket subcalls.
* linux/syscall.h: Do not define SYS_socket_subcall and SYS_ipc_subcall
for metag.
Signed-off-by: James Hogan <james.hogan at imgtec.com>
---
linux/syscall.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/linux/syscall.h b/linux/syscall.h
index 5247df4..26064f3 100644
--- a/linux/syscall.h
+++ b/linux/syscall.h
@@ -317,6 +317,7 @@ int sys_osf_wait4();
|| defined __ARM_EABI__ \
|| defined BFIN \
|| defined HPPA \
+ || defined METAG \
|| defined MIPS \
|| defined TILE \
|| defined XTENSA
--
1.8.1.2
More information about the Strace-devel
mailing list