compat_binfmt_elf: don't bother with undef of ELF_ARCH
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 4 Dec 2020 19:03:08 +0000 (14:03 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 6 Jan 2021 13:42:50 +0000 (08:42 -0500)
commit492ed38192fccb92022b7a6d3b2751a09a3494c6
tree8dc743a09f7ef2c3fcb7de198797e0ad738d4478
parent41026c343540e33627e23c8a91ebb679a7c0f89c
compat_binfmt_elf: don't bother with undef of ELF_ARCH

It's not used anywhere downstream (and never had been, AFAICS).
Theoretically, fs/binfmt_elf.c does use it, but only in the
non-regset coredump handling and all biarch architectures
end up with that ifdefed out.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/compat_binfmt_elf.c