mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-17 12:34:01 +00:00
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>
This commit is contained in:
parent
41026c3435
commit
492ed38192
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue