Loading arch/alpha/include/asm/signal.h +0 −3 Original line number Diff line number Diff line Loading @@ -164,9 +164,6 @@ struct sigstack { #ifdef __KERNEL__ #include <asm/sigcontext.h> #define ptrace_signal_deliver(regs, cookie) do { } while (0) #endif #endif arch/arm/include/asm/signal.h +0 −1 Original line number Diff line number Diff line Loading @@ -35,5 +35,4 @@ struct k_sigaction { }; #include <asm/sigcontext.h> #define ptrace_signal_deliver(regs, cookie) do { } while (0) #endif arch/avr32/include/asm/signal.h +0 −2 Original line number Diff line number Diff line Loading @@ -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 arch/cris/include/asm/signal.h +0 −6 Original line number Diff line number Diff line Loading @@ -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 arch/h8300/include/asm/signal.h +0 −2 Original line number Diff line number Diff line Loading @@ -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
arch/alpha/include/asm/signal.h +0 −3 Original line number Diff line number Diff line Loading @@ -164,9 +164,6 @@ struct sigstack { #ifdef __KERNEL__ #include <asm/sigcontext.h> #define ptrace_signal_deliver(regs, cookie) do { } while (0) #endif #endif
arch/arm/include/asm/signal.h +0 −1 Original line number Diff line number Diff line Loading @@ -35,5 +35,4 @@ struct k_sigaction { }; #include <asm/sigcontext.h> #define ptrace_signal_deliver(regs, cookie) do { } while (0) #endif
arch/avr32/include/asm/signal.h +0 −2 Original line number Diff line number Diff line Loading @@ -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
arch/cris/include/asm/signal.h +0 −6 Original line number Diff line number Diff line Loading @@ -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
arch/h8300/include/asm/signal.h +0 −2 Original line number Diff line number Diff line Loading @@ -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 */