Added few __IGNORE* entries for seccomp, pkey_mprotect, pkey_alloc, pkey_free, io_pgetevents and rseq in the file asm/unistd.h as it is correct to keep __IGNORE* entry in non uapi header asm/unistd.h while uapi/asm/unistd.h must hold information only useful for user space applications.
Signed-off-by: Firoz Khan firoz.khan@linaro.org --- arch/m68k/include/asm/unistd.h | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h index 5072e94..cc5f640 100644 --- a/arch/m68k/include/asm/unistd.h +++ b/arch/m68k/include/asm/unistd.h @@ -31,4 +31,11 @@ #define __ARCH_WANT_SYS_FORK #define __ARCH_WANT_SYS_VFORK
+#define __IGNORE_seccomp +#define __IGNORE_pkey_mprotect +#define __IGNORE_pkey_alloc +#define __IGNORE_pkey_free +#define __IGNORE_io_pgetevents +#define __IGNORE_rseq + #endif /* _ASM_M68K_UNISTD_H_ */