diff options
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/elf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/include/asm/elf.h b/arch/sh/include/asm/elf.h index 7c2363f8250e..6b2cec80fd15 100644 --- a/arch/sh/include/asm/elf.h +++ b/arch/sh/include/asm/elf.h | |||
@@ -198,12 +198,6 @@ do { \ | |||
198 | #endif | 198 | #endif |
199 | 199 | ||
200 | #define SET_PERSONALITY(ex, ibcs2) set_personality(PER_LINUX_32BIT) | 200 | #define SET_PERSONALITY(ex, ibcs2) set_personality(PER_LINUX_32BIT) |
201 | struct task_struct; | ||
202 | extern int dump_task_regs (struct task_struct *, elf_gregset_t *); | ||
203 | extern int dump_task_fpu (struct task_struct *, elf_fpregset_t *); | ||
204 | |||
205 | #define ELF_CORE_COPY_TASK_REGS(tsk, elf_regs) dump_task_regs(tsk, elf_regs) | ||
206 | #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) dump_task_fpu(tsk, elf_fpregs) | ||
207 | 201 | ||
208 | #ifdef CONFIG_VSYSCALL | 202 | #ifdef CONFIG_VSYSCALL |
209 | /* vDSO has arch_setup_additional_pages */ | 203 | /* vDSO has arch_setup_additional_pages */ |