irq_tables

2005-01-11 Thread Gin
Does linux care the PCI IRQ tables created by LinuxBios? I thought it only look at the MP-table. gin

Re: irq_tables

2005-01-11 Thread Ronald G. Minnich
On Tue, 11 Jan 2005, Gin wrote: Does linux care the PCI IRQ tables created by LinuxBios? I thought it only look at the MP-table. if it is not SMP, Linux will use the irq table. It is a good idea to have a working irq table available. ron ___

committed fix for irq_tables

2002-12-03 Thread Ronald G. Minnich
All gcc 2.x users are now going to get a warning on the irq_tables.c compile. Sorry, but it will produce the right table, and 3.x will also produce the right table. I've confirmed this by comparing the .o files that both gcc's produce. This may fix some of the problems 3.x users have been