just committed the write_pirq_routing_table for s2882 and s2895.
for s2882 also move pci_assign_irq from mptable to irq_table.c
other x86 irq_table.c all added
unsigned long write_pirq_routing_table(unsigned long addr) { return copy_pirq_routing_table(addr); }
and table.c will call write_pirq_routing_table instead of copy_pirq_routing_table.
YH
On 6/29/05, Ronald G. Minnich rminnich@lanl.gov wrote:
On Wed, 29 Jun 2005, yhlu wrote:
- create irq_table while creating the mptable...
this is better.
ron