From: James Hogan Date: Mon, 9 May 2011 09:58:40 +0000 (+0100) Subject: Revert some of "binfmt_elf: cleanups" X-Git-Tag: v3.9-rc1~7^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c07380beafabee343a7f298bacd22598d72c7c87;p=pandora-kernel.git Revert some of "binfmt_elf: cleanups" The commit "binfmt_elf: cleanups" (f670d0ecda73b7438eec9ed108680bc5f5362ad8) 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 Cc: Alexander Viro Cc: linux-fsdevel@vger.kernel.org Acked-by: Mikael Pettersson --- Reading git-diff-tree failed