summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/ppc32.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-12-25 18:51:57 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-03 18:16:10 -0500
commit5aa1cde2edbc64403a6b06aaa8723cca11c12681 (patch)
treeeb610d50b29cb876874d10e94f2f510902e8b30c /arch/powerpc/kernel/ppc32.h
parenta31dd96ff7037538dcd98680715e5106e691c26e (diff)
powerpc: switch to generic compat rt_sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/kernel/ppc32.h')
-rw-r--r--arch/powerpc/kernel/ppc32.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/powerpc/kernel/ppc32.h b/arch/powerpc/kernel/ppc32.h
index f6bee3e6f438..fe92b0d0603a 100644
--- a/arch/powerpc/kernel/ppc32.h
+++ b/arch/powerpc/kernel/ppc32.h
@@ -25,15 +25,6 @@ struct __old_sigaction32 {
compat_uptr_t sa_restorer; /* not used by Linux/SPARC yet */
};
-
-
-struct sigaction32 {
- compat_uptr_t sa_handler; /* Really a pointer, but need to deal with 32 bits */
- unsigned int sa_flags;
- compat_uptr_t sa_restorer; /* Another 32 bit pointer */
- compat_sigset_t sa_mask; /* A 32 bit mask */
-};
-
struct pt_regs32 {
unsigned int gpr[32];
unsigned int nip;