[PATCH v1 05/10] powerpc/mm: Do early ioremaps from top to bottom on PPC64 too.
Christoph Hellwig
hch at infradead.org
Wed Aug 14 15:55:25 AEST 2019
On Tue, Aug 13, 2019 at 08:11:38PM +0000, Christophe Leroy wrote:
> Until vmalloc system is up and running, ioremap basically
> allocates addresses at the border of the IOREMAP area.
Note that while a few other architectures have a magic hack like powerpc
to make ioremap work before vmalloc, the normal practice would be
to explicitly use early_ioremap. I guess your change is fine for now,
but it might make sense convert powerpc to the explicit early_ioremap
scheme as well.
More information about the Linuxppc-dev
mailing list