* Stefan Reinauer stepan@openbios.org [040605 12:38]:
Index: arch/i386/boot/pirq_routing.c
RCS file: /cvsroot/freebios/freebios2/src/arch/i386/boot/pirq_routing.c,v retrieving revision 1.8 diff -u -r1.8 pirq_routing.c --- arch/i386/boot/pirq_routing.c 15 Apr 2004 17:33:20 -0000 1.8 +++ arch/i386/boot/pirq_routing.c 5 Jun 2004 10:36:43 -0000 @@ -78,6 +73,9 @@ } } printk_info("done\n");
- check_routing_table((struct irq_routing_table *)addr);
- return 0;
} #else
This should be check_pirq_routing_table() of course.
Stefan