From: Firoz Khan Date: Mon, 8 Oct 2018 04:06:47 +0000 (+0530) Subject: parisc: syscalls: ignore nfsservctl for other architectures X-Git-Tag: v5.0-rc1~158^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=930e12992ed32a71048e4bf7abc8939eabcad0d7;p=thirdparty%2Fkernel%2Flinux.git parisc: syscalls: ignore nfsservctl for other architectures This adds an exception to the syscall table checking script. nfsservctl entry is only provided on x86, and there is no reason to add it elsewhere. However, including it on the syscall table caused a warning for most configurations on non-x86. :696:2: warning: #warning syscall nfsservctl not implemented [-Wcpp] Signed-off-by: Firoz Khan Acked-by: Helge Deller Signed-off-by: Helge Deller --- diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh index ee3dfb5be6cd1..cf931003395fc 100755 --- a/scripts/checksyscalls.sh +++ b/scripts/checksyscalls.sh @@ -150,6 +150,7 @@ cat << EOF #define __IGNORE_uselib #define __IGNORE__sysctl #define __IGNORE_arch_prctl +#define __IGNORE_nfsservctl /* ... including the "new" 32-bit uid syscalls */ #define __IGNORE_lchown32