pirq checking

Stefan Reinauer stepan at openbios.org
Thu Jun 3 05:31:01 CEST 2004


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





More information about the coreboot mailing list