Re: [PATCH v4] PCI: Align pci memory space base address with page size

From: bibo, mao
Date: Fri Jun 16 2023 - 07:05:31 EST




在 2023/6/16 17:31, Will Deacon 写道:
On Fri, Jun 09, 2023 at 10:20:47AM +0800, Bibo Mao wrote:
Some PCI devices have only 4K memory space size, it is normal in general
machines and aligned with page size. However some architectures which
support different page size, default page size on LoongArch is 16K, and
ARM64 supports page size varying from 4K to 64K.

Shouldn't we also select this new Kconfig option on arm64 then?
OK, will add this option on arm64 also in next version.

Regards
Bibo, Mao


Will