[MIPS] signals: Share even more code.
native and compat do_signal and handle_signal are identical and can easily be unified. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
38201fb23c
commit
151fd6acd9
7 changed files with 35 additions and 164 deletions
|
@ -5,6 +5,9 @@
|
|||
#include <linux/compat.h>
|
||||
#include <linux/compiler.h>
|
||||
|
||||
#include <asm/signal.h>
|
||||
#include <asm/siginfo.h>
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
static inline int __copy_conv_sigset_to_user(compat_sigset_t __user *d,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue