Re: [PATCH 19/26] arm64: remove __iounmap

From: Will Deacon
Date: Sat Aug 31 2019 - 12:29:47 EST


Hi Christoph,

On Fri, Aug 30, 2019 at 06:05:15PM +0200, Christoph Hellwig wrote:
> On Mon, Aug 19, 2019 at 08:36:02AM +0100, Will Deacon wrote:
> > On Sat, Aug 17, 2019 at 09:32:46AM +0200, Christoph Hellwig wrote:
> > > No need to indirect iounmap for arm64.
> > >
> > > Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> > > ---
> > > arch/arm64/include/asm/io.h | 3 +--
> > > arch/arm64/mm/ioremap.c | 4 ++--
> > > 2 files changed, 3 insertions(+), 4 deletions(-)
> >
> > Not sure why we did it like this...
> >
> > Acked-by: Will Deacon <will@xxxxxxxxxx>
>
> Can you just pick this one up through the arm64 tree for 5.4?

Unfortunately, it doesn't apply because the tree you've based it on has
removed ioremap_wt(). If you send a version based on mainline, I can
queue it.

Cheers,

Will