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:
Chris Metcalf
2013-05-06 11:41:29 -04:00
committed by Dmitry V. Levin
parent 6b572cfd2b
commit c7b2f0c74e

View File

@ -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