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: http://git.osdn.net/view?a=commitdiff_plain;h=6a9c001b7ec3;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.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