]> granicus.if.org Git - strace/commitdiff
xtensa: disable socket and ipc subcall support
authorChris Zankel <chris@zankel.net>
Mon, 6 May 2013 22:21:38 +0000 (15:21 -0700)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 6 May 2013 23:18:28 +0000 (23:18 +0000)
The Xtensa architecture also uses dedicated syscalls and doesn't
need to multiplex ipc and socket subcalls.

* linux/syscall.h [XTENSA]: Do not define SYS_socket_subcall and
SYS_ipc_subcall.

Signed-off-by: Chris Zankel <chris@zankel.net>
linux/syscall.h

index d0cf4235f9d1bd9a08fe228576eaa2145624e9fc..878732daea31b7809ef7a533bcb871b03e42b79b 100644 (file)
@@ -318,7 +318,8 @@ int sys_osf_wait4();
  && !defined(HPPA) \
  && !defined(__ARM_EABI__) \
  && !defined(BFIN) \
- && !defined(TILE)
+ && !defined(TILE) \
+ && !defined(XTENSA)
 # if defined(SPARC) || defined(SPARC64)
 #  define SYS_socket_subcall   353
 # else