commit | 3183e06863f49a500fc76427db4d60825a26f81b | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jun 18 19:55:29 2009 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Mon Jul 06 10:26:57 2009 +0200 |
tree | 749cfd09f4469a2ad08321ad10afbad4d92dfcdb | |
parent | 0a58458341fd571e521be542ff746a4a8995980c [diff] |
microblaze: clean up signal handling 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>