diff options
Diffstat (limited to 'arch/mips/include/asm/elf.h')
-rw-r--r-- | arch/mips/include/asm/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 *); | |||
331 | #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) \ | 331 | #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) \ |
332 | dump_task_fpu(tsk, elf_fpregs) | 332 | dump_task_fpu(tsk, elf_fpregs) |
333 | 333 | ||
334 | #define CORE_DUMP_USE_REGSET | ||
334 | #define ELF_EXEC_PAGESIZE PAGE_SIZE | 335 | #define ELF_EXEC_PAGESIZE PAGE_SIZE |
335 | 336 | ||
336 | /* This yields a mask that user programs can use to figure out what | 337 | /* This yields a mask that user programs can use to figure out what |