summaryrefslogtreecommitdiffstats
path: root/arch/csky
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2020-05-22 20:12:06 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2020-10-25 20:03:05 -0400
commit7848d2e26d7a2c436df378f5237105917f070212 (patch)
treeaf0a54bfe94564d9dc5eef20746ade362925b383 /arch/csky
parent77f9c902f45f30b7fdeb82e5d3322dd498dd95a4 (diff)
downloadlinux-7848d2e26d7a2c436df378f5237105917f070212.tar.bz2
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/csky')
-rw-r--r--arch/csky/include/asm/elf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/csky/include/asm/elf.h b/arch/csky/include/asm/elf.h
index e1ec558278bc..eb2cc5a673b5 100644
--- a/arch/csky/include/asm/elf.h
+++ b/arch/csky/include/asm/elf.h
@@ -50,7 +50,6 @@ typedef elf_greg_t elf_gregset_t[ELF_NGREG];
/*
* These are used to set parameters in the core dumps.
*/
-#define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE 4096
#define ELF_CLASS ELFCLASS32
#define ELF_PLAT_INIT(_r, load_addr) { _r->a0 = 0; }