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: http://review.tizen.org/git/?a=commitdiff_plain;h=a55444494db35c55bd7cdefcc4af3e6863ac7a0e;p=platform%2Fkernel%2Flinux-3.10.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 a30fe9c..87f77b1 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 *