From: Geert Uytterhoeven Date: Sat, 13 Oct 2007 12:31:26 +0000 (+0200) Subject: m68k: ignore restart_syscall X-Git-Tag: v2.6.24-rc1~1383 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a55444494db35c55bd7cdefcc4af3e6863ac7a0e;p=users%2Fjedix%2Flinux-maple.git m68k: ignore restart_syscall m68k: ignore restart_syscall, which is not needed on m68k. Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- diff --git a/include/asm-m68k/unistd.h b/include/asm-m68k/unistd.h index a30fe9c64143e..87f77b1193177 100644 --- a/include/asm-m68k/unistd.h +++ b/include/asm-m68k/unistd.h @@ -351,6 +351,9 @@ #define __ARCH_WANT_SYS_SIGPROCMASK #define __ARCH_WANT_SYS_RT_SIGACTION +/* whitelist for checksyscalls */ +#define __IGNORE_restart_syscall + /* * "Conditional" syscalls *