diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-05-23 02:12:06 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-10-26 01:03:05 +0100 |
commit | 7848d2e26d7a2c436df378f5237105917f070212 (patch) | |
tree | af0a54bfe94564d9dc5eef20746ade362925b383 /arch/csky/include | |
parent | [ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea() (diff) | |
download | linux-7848d2e26d7a2c436df378f5237105917f070212.tar.xz 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/include')
-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; } |