]> Git Repo - linux.git/commit - scripts/checksyscalls.sh
parisc: syscalls: ignore nfsservctl for other architectures
authorFiroz Khan <[email protected]>
Mon, 8 Oct 2018 04:06:47 +0000 (09:36 +0530)
committerHelge Deller <[email protected]>
Mon, 10 Dec 2018 07:26:04 +0000 (08:26 +0100)
commit930e12992ed32a71048e4bf7abc8939eabcad0d7
treefe00d667159675965ef86eb2343993385fb458c0
parent575afc4d7f6040d7227dfcdd29cf0538fe644359
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 <[email protected]>
Acked-by: Helge Deller <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
scripts/checksyscalls.sh
This page took 0.048142 seconds and 4 git commands to generate.