Re: [PATCH] mips: fix PCI_IOBASE definition
From: Arnd Bergmann
Date: Wed Mar 19 2025 - 06:45:33 EST
On Wed, Mar 19, 2025, at 11:38, Thomas Bogendoerfer wrote:
> On Wed, Mar 19, 2025 at 11:07:46AM +0100, Arnd Bergmann wrote:
>> On Wed, Mar 19, 2025, at 10:43, Sergio Paracuellos wrote:
>> > Hi Arnd,
>> >
>> > On Tue, Mar 18, 2025 at 10:44 PM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
>> >
>> > It looks like nothing got broken regarding PCI enumeration on boot
>> > trace. I don't have real PCI cards with IO resources to test, but FWIW
>> > the enumeration is the same as from my stable 6.12 kernel boot.
>> >
>>
>> Thanks a lot for testing!
>
> are you taking it together with your other io,h cleanups ?
Yes, I've pushed it out into my asm-generic branch.
Arnd