diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-05 12:59:15 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-29 00:01:23 -0500 |
commit | 4f4202fe5ae9a43e59303f20d700571f695d7b1b (patch) | |
tree | 150e0dc8d1a8e0009c55fdca69981dd83e44aa1f /arch/h8300 | |
parent | e80d6661c3a5caa0cebec0853c6cb0db090fb506 (diff) | |
download | linux-4f4202fe5ae9a43e59303f20d700571f695d7b1b.tar.bz2 |
unify default ptrace_signal_deliver
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/include/asm/signal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/h8300/include/asm/signal.h b/arch/h8300/include/asm/signal.h index fd8b66e40dca..c43c0a7d2c2e 100644 --- a/arch/h8300/include/asm/signal.h +++ b/arch/h8300/include/asm/signal.h @@ -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 */ |