Skip to content

Commit 6a9c001

Browse files
committed
MIPS: Switch ELF core dumper to use regsets.
Signed-off-by: Ralf Baechle <[email protected]>
1 parent 7aeb753 commit 6a9c001

File tree

1 file changed

+1
-0
lines changed
  • arch/mips/include/asm

1 file changed

+1
-0
lines changed

arch/mips/include/asm/elf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *);
331331
#define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) \
332332
dump_task_fpu(tsk, elf_fpregs)
333333

334+
#define CORE_DUMP_USE_REGSET
334335
#define ELF_EXEC_PAGESIZE PAGE_SIZE
335336

336337
/* This yields a mask that user programs can use to figure out what

0 commit comments

Comments
 (0)