]> git.baikalelectronics.ru Git - kernel.git/commit
fs/binfmt_elf: remove redundant elf_map ifndef
authorAnthony Iliopoulos <ailiop@suse.com>
Thu, 4 Jun 2020 23:50:46 +0000 (16:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:25 +0000 (19:06 -0700)
commit08d7bcf5bce1ae3d36034834531af3c9f1df1381
treee93cb697df42546eb2570a2f9761c346526977ca
parent9459027c3d72ce99fa6740c73047be1cab16e6c1
fs/binfmt_elf: remove redundant elf_map ifndef

The ifndef was added a long time ago to support archs that would define
their own mapping function.  The last user was the metag arch which was
removed from the tree, and as such there are no users left.  Let's kill
it.

Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200402161543.4119-1-ailiop@suse.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf.c