Re: [PATCH 10/16] mm: remove obsolete alloc_remap()

From: Arnd Bergmann
Date: Wed Mar 14 2018 - 10:56:23 EST


On Wed, Mar 14, 2018 at 3:50 PM, Pavel Tatashin
<pasha.tatashin@xxxxxxxxxx> wrote:
> Hi Arnd,
>
> I like this cleanup, but arch/tile (which is afaik Orphaned but still in the gate) has:
>
> HAVE_ARCH_ALLOC_REMAP set to yes:
>
> arch/tile/Kconfig
> config HAVE_ARCH_ALLOC_REMAP
> def_bool y

It was a bit tricky to juggle the Cc lists here, but tile is removed
in patch 06/10
now. As I explained in the cover letter, it was originally planned to be marked
deprecated for a while first, but after some more discussion, nobody could come
up with a reason to keep it any longer. Same thing for mn10300,
blackfin and cris.

Arnd