Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f4202fe authored by Al Viro's avatar Al Viro
Browse files

unify default ptrace_signal_deliver



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e80d6661
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -164,9 +164,6 @@ struct sigstack {

#ifdef __KERNEL__
#include <asm/sigcontext.h>

#define ptrace_signal_deliver(regs, cookie) do { } while (0)

#endif

#endif
+0 −1
Original line number Diff line number Diff line
@@ -35,5 +35,4 @@ struct k_sigaction {
};

#include <asm/sigcontext.h>
#define ptrace_signal_deliver(regs, cookie) do { } while (0)
#endif
+0 −2
Original line number Diff line number Diff line
@@ -37,6 +37,4 @@ struct k_sigaction {
#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS

#define ptrace_signal_deliver(regs, cookie) do { } while (0)

#endif
+0 −6
Original line number Diff line number Diff line
@@ -152,12 +152,6 @@ typedef struct sigaltstack {

#ifdef __KERNEL__
#include <asm/sigcontext.h>

/* here we could define asm-optimized sigaddset, sigdelset etc. operations. 
 * if we don't, generic ones are used from linux/signal.h
 */
#define ptrace_signal_deliver(regs, cookie) do { } while (0)

#endif /* __KERNEL__ */

#endif
+0 −2
Original line number Diff line number Diff line
@@ -154,8 +154,6 @@ typedef struct sigaltstack {
#include <asm/sigcontext.h>
#undef __HAVE_ARCH_SIG_BITOPS

#define ptrace_signal_deliver(regs, cookie) do { } while (0)

#endif /* __KERNEL__ */

#endif /* _H8300_SIGNAL_H */
Loading