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/csky | |
parent | 77f9c902f45f30b7fdeb82e5d3322dd498dd95a4 (diff) | |
download | linux-7848d2e26d7a2c436df378f5237105917f070212.tar.gz linux-7848d2e26d7a2c436df378f5237105917f070212.tar.bz2 linux-7848d2e26d7a2c436df378f5237105917f070212.zip |
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.h | 1 |
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; } |