From: Ralf Baechle Date: Thu, 2 Aug 2012 13:18:32 +0000 (+0200) Subject: MIPS: Switch ELF core dumper to use regsets. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6a9c001b7ec3ae6639f97a5b7ea4b0ea35053b18;p=linux-beck.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 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