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 <james.hogan@imgtec.com>
This commit is contained in:
James Hogan 2013-05-07 13:09:16 +01:00 committed by Dmitry V. Levin
parent 5273cb7d60
commit 28927cd868

View File

@ -317,6 +317,7 @@ int sys_osf_wait4();
|| defined __ARM_EABI__ \
|| defined BFIN \
|| defined HPPA \
|| defined METAG \
|| defined MIPS \
|| defined TILE \
|| defined XTENSA