Re: [PATCH v1 4/4] powerpc/ioremap: warn on early use of ioremap()

2019-11-25 Thread Michael Ellerman
On Thu, 2019-09-12 at 13:49:44 UTC, Christophe Leroy wrote: > Powerpc now has EARLY_IOREMAP. > > Next step is to convert all early users of ioremap() to > early_ioremap(). > > Add a warning to help locate those users. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks.

[PATCH v1 4/4] powerpc/ioremap: warn on early use of ioremap()

2019-09-12 Thread Christophe Leroy
Powerpc now has EARLY_IOREMAP. Next step is to convert all early users of ioremap() to early_ioremap(). Add a warning to help locate those users. Signed-off-by: Christophe Leroy --- arch/powerpc/mm/ioremap_32.c | 1 + arch/powerpc/mm/ioremap_64.c | 2 ++ 2 files changed, 3 insertions(+) diff