diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-08-02 09:18:32 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 16:25:09 -0400 |
commit | 6a9c001b7ec3ae6639f97a5b7ea4b0ea35053b18 (patch) | |
tree | ce44548955414678d117dc2b12aa6b1b04920207 /arch/mips/include/asm/elf.h | |
parent | 7aeb753b53538bc3b4377022db7aa3ae42653ce3 (diff) |
MIPS: Switch ELF core dumper to use regsets.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/elf.h')
-rw-r--r-- | arch/mips/include/asm/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/elf.h b/arch/mips/include/asm/elf.h index cf3ae2480b1d..a66359ef4ece 100644 --- a/arch/mips/include/asm/elf.h +++ b/arch/mips/include/asm/elf.h | |||
@@ -331,6 +331,7 @@ extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *); | |||
331 | #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) \ | 331 | #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) \ |
332 | dump_task_fpu(tsk, elf_fpregs) | 332 | dump_task_fpu(tsk, elf_fpregs) |
333 | 333 | ||
334 | #define CORE_DUMP_USE_REGSET | ||
334 | #define ELF_EXEC_PAGESIZE PAGE_SIZE | 335 | #define ELF_EXEC_PAGESIZE PAGE_SIZE |
335 | 336 | ||
336 | /* This yields a mask that user programs can use to figure out what | 337 | /* This yields a mask that user programs can use to figure out what |