2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>

* irq/irq.c, startup/bspclean.c, startup/bspstart.c: I give. The code
	is now in conditionally so I can avoid putting it in accidently
	again.
This commit is contained in:
Joel Sherrill
2007-12-14 22:00:59 +00:00
parent c1f289ed69
commit 09038441fe
4 changed files with 21 additions and 1 deletions

View File

@@ -307,10 +307,12 @@ void bsp_start(void)
*/
BSP_rtems_irq_mng_init(0);
#if defined(TIME_IRQs)
{
void BSP_initialize_IRQ_Timing(void);
BSP_initialize_IRQ_Timing();
}
#endif
#ifdef SHOW_MORE_INIT_SETTINGS
printk("Exit from bspstart\n");