]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MIPS: Switch ELF core dumper to use regsets.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 2 Aug 2012 13:18:32 +0000 (15:18 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 Oct 2013 12:41:21 +0000 (14:41 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/elf.h

index cf3ae2480b1d25f5dfd77e8e328e5745b413e2be..a66359ef4ece770e3ed1a6518e96b79e733b4afa 100644 (file)
@@ -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