Lex CV860A (was: The 'help me!' form on http://www.linuxbios.org/help/index.html is broken)

Stefan Reinauer stepan at openbios.org
Sat Jun 5 05:28:00 CEST 2004


* Stefan Reinauer <stepan at 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






More information about the coreboot mailing list