Re: [PATCH] sh: switch to NO_BOOTMEM

From: Rob Herring
Date: Mon May 14 2018 - 16:01:44 EST


On Mon, May 14, 2018 at 7:03 AM, Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
>> unflattening could also fix this, but removing bootmem is desired. So
>> enable NO_BOOTMEM on SH like other architectures have done.
>
> Can you send out similarly shoot in the wild conversion for the
> remaining architectures while you are at it? We still seem to be
> missing: alpha, c6x, hexagon, ia64, m68k, mips, nios2 and unicore32.

Sparc (32-bit only) too.

I might be talked into the remaining arches that support DT which
would be c6x, hexagon, mips, and nios2. Though, looking at the MIPS
arch code always makes me cry (just try "git grep 'bootmem'
arch/mips/").

Rob