]> git.baikalelectronics.ru Git - kernel.git/commit
Revert some of "binfmt_elf: cleanups"
authorJames Hogan <james.hogan@imgtec.com>
Mon, 9 May 2011 09:58:40 +0000 (10:58 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Sat, 2 Mar 2013 20:09:15 +0000 (20:09 +0000)
commitb6c2addbfd71aee1d8521dc5a0de2b064a0bcb4f
tree73afc02a5249b56bd8f31ebd5c15756bcf7ce21b
parent55804ec41a2a7815763ae14996329e07613fd9c9
Revert some of "binfmt_elf: cleanups"

The commit "binfmt_elf: cleanups"
(08b094c7921d0eddc8e75f906275187efe724939) removed an ifndef elf_map but
this breaks compilation for metag which does define elf_map.

This adds the ifndef back in as it was before, but does not affect the
other cleanups made by that patch.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Acked-by: Mikael Pettersson <mikpe@it.uu.se>
fs/binfmt_elf.c