forked from Imagelibrary/rtems
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user