summaryrefslogtreecommitdiff
path: root/arch/c6x/include/asm/elf.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-12-16 06:09:44 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2020-12-16 06:09:44 +0300
commit37373d9c37a3401c08f22b61de1726b4f584b2e7 (patch)
treee5facb9e4442f394b13cfe9614fa14d294ec9a3b /arch/c6x/include/asm/elf.h
parent1a825a6a0e7eb55c83c06f3c74631c2eeeb7d27f (diff)
parentd4948d19d47f08f926db55f0fb8cb324e43f1c19 (diff)
downloadlinux-37373d9c37a3401c08f22b61de1726b4f584b2e7.tar.xz
Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull regset updates from Al Viro: "Dead code removal, mostly. The only exception is a bit of cleanups on itanic (getting rid of redundant stack unwinds - each access_uarea() call does it and we call that 7 times in a row in ptrace_[sg]etregs(), *after* having done it ourselves in the caller; location where the user registers have been spilled won't change under us, and we can bloody well just call access_elf_reg() directly, giving it the unw_frame_info we'd calculated for our own purposes)" * 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: c6x: kill ELF_CORE_COPY_FPREGS whack-a-mole: USE_ELF_CORE_DUMP [ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea() [ia64] missed cleanups from switch to regset coredumps arm: kill dump_task_regs()
Diffstat (limited to 'arch/c6x/include/asm/elf.h')
-rw-r--r--arch/c6x/include/asm/elf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/c6x/include/asm/elf.h b/arch/c6x/include/asm/elf.h
index 89b4437c4844..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.
*/
@@ -56,7 +54,6 @@ do { \
/* Nothing for now. Need to setup DP... */
#define ELF_PLAT_INIT(_r)
-#define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE 4096
#define ELF_CORE_COPY_REGS(_dest, _regs) \