aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiroz Khan <firoz.khan@linaro.org>2018-10-08 09:36:47 +0530
committerHelge Deller <deller@gmx.de>2018-12-10 08:26:04 +0100
commit930e12992ed32a71048e4bf7abc8939eabcad0d7 (patch)
treefe00d667159675965ef86eb2343993385fb458c0
parentparisc: generate uapi header and system call table files (diff)
downloadlinux-dev-930e12992ed32a71048e4bf7abc8939eabcad0d7.tar.xz
linux-dev-930e12992ed32a71048e4bf7abc8939eabcad0d7.zip
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. <stdin>:696:2: warning: #warning syscall nfsservctl not implemented [-Wcpp] Signed-off-by: Firoz Khan <firoz.khan@linaro.org> Acked-by: Helge Deller <deller@gmx.de> Signed-off-by: Helge Deller <deller@gmx.de>
-rwxr-xr-xscripts/checksyscalls.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh
index ee3dfb5be6cd..cf931003395f 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