From: Al Viro Date: Tue, 30 Jun 2020 15:02:24 +0000 (-0400) Subject: c6x: kill ELF_CORE_COPY_FPREGS X-Git-Tag: v5.11-rc1~138^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4948d19d47f08f926db55f0fb8cb324e43f1c19;p=thirdparty%2Flinux.git c6x: kill ELF_CORE_COPY_FPREGS not used anymore, now that fdpic coredump got switched to regset Signed-off-by: Al Viro --- diff --git a/arch/c6x/include/asm/elf.h b/arch/c6x/include/asm/elf.h index bd7fe1a9503ce..ca88acbf560be 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. */