diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-06-30 11:02:24 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-10-25 20:03:06 -0400 |
commit | d4948d19d47f08f926db55f0fb8cb324e43f1c19 (patch) | |
tree | 284c02e22f5c273e5cfc7a7a52e1d0d9e4d73527 /arch/c6x | |
parent | 7848d2e26d7a2c436df378f5237105917f070212 (diff) | |
download | linux-stable-d4948d19d47f08f926db55f0fb8cb324e43f1c19.tar.gz linux-stable-d4948d19d47f08f926db55f0fb8cb324e43f1c19.tar.bz2 linux-stable-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')
-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. */ |