diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-08-02 15:18:32 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-10-29 21:25:09 +0100 |
commit | 6a9c001b7ec3ae6639f97a5b7ea4b0ea35053b18 (patch) | |
tree | ce44548955414678d117dc2b12aa6b1b04920207 /arch/mips/include/asm/elf.h | |
parent | 7aeb753b53538bc3b4377022db7aa3ae42653ce3 (diff) | |
download | linux-6a9c001b7ec3ae6639f97a5b7ea4b0ea35053b18.tar.bz2 |
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 *); #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) \ dump_task_fpu(tsk, elf_fpregs) +#define CORE_DUMP_USE_REGSET #define ELF_EXEC_PAGESIZE PAGE_SIZE /* This yields a mask that user programs can use to figure out what |