From: Ralf Baechle Date: Thu, 2 Aug 2012 13:18:32 +0000 (+0200) Subject: MIPS: Switch ELF core dumper to use regsets. X-Git-Tag: next-20120817~87^2^5~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4e6001810d96e385f5d9fb45590c8694161365b2;p=karo-tx-linux.git MIPS: Switch ELF core dumper to use regsets. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/elf.h b/arch/mips/include/asm/elf.h index 455c0ac7d4ea..aec51639eccc 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