aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/ppc32.h
diff options
context:
space:
mode:
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 f6bee3e6f43..fe92b0d0603 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;