Skip to content
Snippets Groups Projects
Commit 492ed381 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 41026c34
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,6 @@
* differ from the native ones, or omitted when they match.
*/
#undef ELF_ARCH
#undef elf_check_arch
#define elf_check_arch compat_elf_check_arch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment