diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-05-22 20:12:06 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-10-25 20:03:05 -0400 |
commit | 7848d2e26d7a2c436df378f5237105917f070212 (patch) | |
tree | af0a54bfe94564d9dc5eef20746ade362925b383 /arch/c6x | |
parent | 77f9c902f45f30b7fdeb82e5d3322dd498dd95a4 (diff) |
whack-a-mole: USE_ELF_CORE_DUMP
It's been killed off back in 2009. Not a damn thing checks it.
Just die, already...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/c6x')
-rw-r--r-- | arch/c6x/include/asm/elf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/c6x/include/asm/elf.h b/arch/c6x/include/asm/elf.h index 89b4437c4844..bd7fe1a9503c 100644 --- a/arch/c6x/include/asm/elf.h +++ b/arch/c6x/include/asm/elf.h @@ -56,7 +56,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) \ |