From: Paul Mundt Date: Wed, 28 Mar 2012 07:20:20 +0000 (+0900) Subject: sh: Avoid exporting unimplemented syscalls. X-Git-Tag: v3.4-rc1~27^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2ffa8d048656baf7f5e764d2586ba59927a25b;p=pandora-kernel.git sh: Avoid exporting unimplemented syscalls. Now that userspace is making use of kernel-provided sanitized headers for working out supported interfaces, we need to be a bit more diligent with matching the syscall definitions with their actual wiring/support state. In theory it shouldn't hurt anything since sys_ni_syscall will ultimately do the right thing, but there's also not much need to lie about legacy x86 syscalls that we've never supported. This tightens things up a bit for uClibc at least. Suggested-by: Carmelo Amoroso Acked-by: Mike Frysinger Signed-off-by: Paul Mundt --- Reading git-diff-tree failed