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://pilppa.com/gitweb/?a=commitdiff_plain;h=a55444494db35c55bd7cdefcc4af3e6863ac7a0e;p=linux-2.6-omap-h63xx.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 a30fe9c6414..87f77b11931 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 *