Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68k: ignore restart_syscall

m68k: ignore restart_syscall, which is not needed on m68k.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Geert Uytterhoeven and committed by
Linus Torvalds
a5544449 3d83a2a5

+3
+3
include/asm-m68k/unistd.h
··· 351 351 #define __ARCH_WANT_SYS_SIGPROCMASK 352 352 #define __ARCH_WANT_SYS_RT_SIGACTION 353 353 354 + /* whitelist for checksyscalls */ 355 + #define __IGNORE_restart_syscall 356 + 354 357 /* 355 358 * "Conditional" syscalls 356 359 *