From: James Hogan Date: Tue, 7 May 2013 12:09:16 +0000 (+0100) Subject: metag: disable socket and ipc subcall support X-Git-Tag: v4.8~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28927cd868a0321681154ff657f7db7a9b4aef20;p=strace metag: disable socket and ipc subcall support The metag architecture also uses dedicated syscalls and doesn't need to multiplex ipc and socket subcalls. * linux/syscall.h [METAG]: Do not define SYS_socket_subcall and SYS_ipc_subcall. Signed-off-by: James Hogan --- diff --git a/linux/syscall.h b/linux/syscall.h index 5247df4a..26064f3b 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