diff options
Diffstat (limited to 'arch/powerpc/kernel/ppc32.h')
-rw-r--r-- | arch/powerpc/kernel/ppc32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/powerpc/kernel/ppc32.h b/arch/powerpc/kernel/ppc32.h index fe92b0d0603a..a27c914d5802 100644 --- a/arch/powerpc/kernel/ppc32.h +++ b/arch/powerpc/kernel/ppc32.h | |||
@@ -16,15 +16,6 @@ | |||
16 | 16 | ||
17 | /* These are here to support 32-bit syscalls on a 64-bit kernel. */ | 17 | /* These are here to support 32-bit syscalls on a 64-bit kernel. */ |
18 | 18 | ||
19 | #define __old_sigaction32 old_sigaction32 | ||
20 | |||
21 | struct __old_sigaction32 { | ||
22 | compat_uptr_t sa_handler; | ||
23 | compat_old_sigset_t sa_mask; | ||
24 | unsigned int sa_flags; | ||
25 | compat_uptr_t sa_restorer; /* not used by Linux/SPARC yet */ | ||
26 | }; | ||
27 | |||
28 | struct pt_regs32 { | 19 | struct pt_regs32 { |
29 | unsigned int gpr[32]; | 20 | unsigned int gpr[32]; |
30 | unsigned int nip; | 21 | unsigned int nip; |