microblaze: clean up signal handling
authorArnd Bergmann <arnd@arndb.de>
Thu, 18 Jun 2009 17:55:29 +0000 (19:55 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 6 Jul 2009 08:26:57 +0000 (10:26 +0200)
commit3183e06863f49a500fc76427db4d60825a26f81b
tree749cfd09f4469a2ad08321ad10afbad4d92dfcdb
parent0a58458341fd571e521be542ff746a4a8995980c
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>
arch/microblaze/include/asm/signal.h
arch/microblaze/include/asm/syscalls.h
arch/microblaze/include/asm/unistd.h
arch/microblaze/kernel/entry-nommu.S
arch/microblaze/kernel/entry.S
arch/microblaze/kernel/signal.c
arch/microblaze/kernel/syscall_table.S