From: Chris Metcalf Date: Mon, 6 May 2013 15:41:29 +0000 (-0400) Subject: tile: disable socket and ipc subcall support X-Git-Tag: v4.8~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7b2f0c74e4a60a57027eefe8fee6a723b9b278f;p=strace tile: disable socket and ipc subcall support The tile arch just has the dedicated syscalls, so disable the logic for parsing subcalls. * linux/syscall.h [TILE]: Do not define SYS_socket_subcall and SYS_ipc_subcall. Signed-off-by: Chris Metcalf --- diff --git a/linux/syscall.h b/linux/syscall.h index 666de007..d0cf4235 100644 --- a/linux/syscall.h +++ b/linux/syscall.h @@ -317,7 +317,8 @@ int sys_osf_wait4(); && !defined(MIPS) \ && !defined(HPPA) \ && !defined(__ARM_EABI__) \ - && !defined(BFIN) + && !defined(BFIN) \ + && !defined(TILE) # if defined(SPARC) || defined(SPARC64) # define SYS_socket_subcall 353 # else