[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YwHWvjoZF1V4FSlW@infradead.org>
Date: Sat, 20 Aug 2022 23:54:54 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Baoquan He <bhe@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
akpm@...ux-foundation.org, hch@...radead.org,
agordeev@...ux.ibm.com, wangkefeng.wang@...wei.com,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2 02/11] mm: ioremap: fixup the physical address and
page prot
> -void __iomem *arch_ioremap(phys_addr_t phys_addr, size_t size, unsigned long prot);
> +void __iomem *
> +arch_ioremap(phys_addr_t *paddr, size_t size, unsigned long *prot_val);
It seems a bit odd to do this in two steps vs just doing the entire
change in the first patch. Any good reason for that?
Powered by blists - more mailing lists