Re: [RFC PATCH v1 05/40] Revert some of "binfmt_elf: cleanups"
From: James Hogan <hidden>
Date: 2012-11-01 13:52:20
Also in:
linux-fsdevel
From: James Hogan <hidden>
Date: 2012-11-01 13:52:20
Also in:
linux-fsdevel
On 01/11/12 13:25, Mikael Pettersson wrote:
James Hogan writes: > The commit "binfmt_elf: cleanups" > (f670d0ecda73b7438eec9ed108680bc5f5362ad8) removed an ifndef elf_map but > this breaks compilation on metag architecture 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. Since this is part of your patch submission to upstream the metag kernel support, I have no objection to reverting this fragment of my patch if/when the metag code gets upstreamed. Acked-by: Mikael Pettersson <redacted>
Thanks Mikael, I'll keep it as part of the metag patch series so that they go in together. Cheers James