[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK8P3a3O4gdZZA_ON1efO7hp+3KskpdX68MHW5P=6n8ZTXj0SQ@mail.gmail.com>
Date: Mon, 31 Jan 2022 17:26:51 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Mike Rapoport <rppt@...nel.org>
Cc: Arnd Bergmann <arnd@...db.de>,
Matthew Wilcox <willy@...radead.org>,
Karolina Drobnik <karolinadrobnik@...il.com>,
Linux-MM <linux-mm@...ck.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Mike Rapoport <mike.rapoport@...il.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...hat.com>
Subject: Re: [PATCH 07/16] tools/include: Add io.h stub
On Mon, Jan 31, 2022 at 4:18 PM Mike Rapoport <rppt@...nel.org> wrote:
> On Mon, Jan 31, 2022 at 02:30:32PM +0100, Arnd Bergmann wrote:
> > On Sun, Jan 30, 2022 at 6:53 PM Matthew Wilcox <willy@...radead.org> wrote:
> I actually liked m68k's name for a header with virt_to_phys/phys_to_virt
> definitions - virtconvert.h.
>
> As an experiment I pulled out address translations from
> arch/arm/include/memory.h to arch/arm/include/virtconvert.h, it wasn't that
> bad:
>
> arch/arm/include/asm/dma-mapping.h | 2 +
> arch/arm/include/asm/io.h | 1 +
> arch/arm/include/asm/memory.h | 244 ----------------------------------
> arch/arm/include/asm/pgtable.h | 1 +
> arch/arm/include/asm/virtconvert.h | 264 +++++++++++++++++++++++++++++++++++++
> arch/arm/kernel/psci_smp.c | 1 +
> 6 files changed, 269 insertions(+), 244 deletions(-)
>
> (https://git.kernel.org/rppt/linux/c/4c34ec16319fc85280aad89d7a74df845c1614fc)
Right, that doesn't look too bad, especially since it seems you managed to avoid
any further indirect inlcudes. Doing the same consistently for all architectures
may end up a bit harder but would be a great help.
Arnd
Powered by blists - more mailing lists