| commit | d4948d19d47f08f926db55f0fb8cb324e43f1c19 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 30 11:02:24 2020 -0400 |
| committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Oct 25 20:03:06 2020 -0400 |
| tree | 284c02e22f5c273e5cfc7a7a52e1d0d9e4d73527 | |
| parent | 7848d2e26d7a2c436df378f5237105917f070212 [diff] |
c6x: kill ELF_CORE_COPY_FPREGS not used anymore, now that fdpic coredump got switched to regset Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/arch/c6x/include/asm/elf.h b/arch/c6x/include/asm/elf.h index bd7fe1a..ca88acb 100644 --- a/arch/c6x/include/asm/elf.h +++ b/arch/c6x/include/asm/elf.h
@@ -39,8 +39,6 @@ do { \ #define ELF_FDPIC_CORE_EFLAGS 0 -#define ELF_CORE_COPY_FPREGS(...) 0 /* No FPU regs to copy */ - /* * These are used to set parameters in the core dumps. */