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 <cmetcalf@tilera.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user