Re: [PATCH] Support up to two IOAPICs with up to 32 GSIs on each

2024-01-29 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le lun. 29 janv. 2024 10:06:57 +, a ecrit: > Previously, only IOAPIC[0] was supported. > Now this supports up to two IOAPICs. > > --- > i386/i386/apic.c | 13 + > i386/i386/apic.h | 6 ++- > i386/i386/locore.S| 43 +++

[PATCH] Support up to two IOAPICs with up to 32 GSIs on each

2024-01-29 Thread Damien Zammit
Previously, only IOAPIC[0] was supported. Now this supports up to two IOAPICs. --- i386/i386/apic.c | 13 + i386/i386/apic.h | 6 ++- i386/i386/locore.S| 43 + i386/i386at/acpi_parse_apic.c | 3 ++ i386/i386at/int_init.c| 6 ++-