mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
3183e06863
When legacy signal handling is disabled, the arch/microblaze/kernel/signal.c implementation can be much simpler, as most of it is handled generically from kernel/signal.c. This is also a prerequisite for using the generic asm/unistd.h, which does not provide __NR_sigreturn, because this macro is referenced by the current signal.c implementation. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
2 lines
32 B
C
2 lines
32 B
C
#include <asm-generic/signal.h>
|