diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-06-30 17:02:24 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-10-26 01:03:06 +0100 |
commit | d4948d19d47f08f926db55f0fb8cb324e43f1c19 (patch) | |
tree | 284c02e22f5c273e5cfc7a7a52e1d0d9e4d73527 /arch/c6x/include/asm/elf.h | |
parent | whack-a-mole: USE_ELF_CORE_DUMP (diff) | |
download | linux-d4948d19d47f08f926db55f0fb8cb324e43f1c19.tar.xz linux-d4948d19d47f08f926db55f0fb8cb324e43f1c19.zip |
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>
Diffstat (limited to 'arch/c6x/include/asm/elf.h')
-rw-r--r-- | arch/c6x/include/asm/elf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/c6x/include/asm/elf.h b/arch/c6x/include/asm/elf.h index bd7fe1a9503c..ca88acbf560b 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. */ |