Re: [PATCH 1/2 gnumach] ioapic: Remove IMCR toggle

2024-01-27 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 24 janv. 2024 03:51:57 +, a ecrit: > Since we are not using legacy MP tables but intending to use ACPI > to configure interrupt routing, we can assume all boards have > virtual wire mode, thus do not require setting of IMCR register. > (This may fix

[PATCH 1/2 gnumach] ioapic: Remove IMCR toggle

2024-01-23 Thread Damien Zammit
Since we are not using legacy MP tables but intending to use ACPI to configure interrupt routing, we can assume all boards have virtual wire mode, thus do not require setting of IMCR register. (This may fix crashes on machines that do not have IMCR registers). --- i386/i386at/ioapic.c | 6 --