Hi,
the current pirq code defines intel_irq_routing_table as const, thus making it potentially readonly. OTOH the code in arch/i386/boot/pirq_routing.c tries to correct the checksum and size entries in that table.
I think that table should not be declared const, especially since we might want to create it dynamically later on.
Opinions?
Stefan