commit | 6a9c001b7ec3ae6639f97a5b7ea4b0ea35053b18 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Aug 02 15:18:32 2012 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Oct 29 21:25:09 2013 +0100 |
tree | ce44548955414678d117dc2b12aa6b1b04920207 | |
parent | 7aeb753b53538bc3b4377022db7aa3ae42653ce3 [diff] [blame] |
MIPS: Switch ELF core dumper to use regsets. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/include/asm/elf.h b/arch/mips/include/asm/elf.h index cf3ae24..a66359e 100644 --- a/arch/mips/include/asm/elf.h +++ b/arch/mips/include/asm/elf.h
@@ -331,6 +331,7 @@ #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