Re: [PATCH] tile: disable socket and ipc subcall support

2013-05-06 Thread Dmitry V. Levin
On Mon, May 06, 2013 at 11:41:29AM -0400, Chris Metcalf wrote: > The tile arch just has the dedicated syscalls, so disable > the logic for parsing subcalls. Added a changelog entry and applied. Thanks, -- ldv pgpqt_iKVQKGf.pgp Description: PGP signature --

[PATCH] tile: disable socket and ipc subcall support

2013-05-06 Thread Chris Metcalf
The tile arch just has the dedicated syscalls, so disable the logic for parsing subcalls. Signed-off-by: Chris Metcalf --- linux/syscall.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/syscall.h b/linux/syscall.h index 6368cef..1a36732 100644 --- a/linux/syscall.