]> git.karo-electronics.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>
Thu, 16 Aug 2012 22:24:12 +0000 (00:24 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/elf.h

index 455c0ac7d4ea84632cc41c40ee48e7dd9e82ce86..aec51639eccc3082b193bf2f9bfe609cfc29e05d 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