diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-05-23 03:12:06 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-10-26 03:03:05 +0300 |
commit | 7848d2e26d7a2c436df378f5237105917f070212 (patch) | |
tree | af0a54bfe94564d9dc5eef20746ade362925b383 /arch/hexagon | |
parent | 77f9c902f45f30b7fdeb82e5d3322dd498dd95a4 (diff) | |
download | linux-7848d2e26d7a2c436df378f5237105917f070212.tar.xz |
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/hexagon')
-rw-r--r-- | arch/hexagon/include/asm/elf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/hexagon/include/asm/elf.h b/arch/hexagon/include/asm/elf.h index 9efa203e1164..5bfdd9b147fd 100644 --- a/arch/hexagon/include/asm/elf.h +++ b/arch/hexagon/include/asm/elf.h @@ -181,7 +181,6 @@ do { \ */ #define ELF_PLAT_INIT(regs, load_addr) do { } while (0) -#define USE_ELF_CORE_DUMP #define CORE_DUMP_USE_REGSET /* Hrm is this going to cause problems for changing PAGE_SIZE? */ |