bsps: Interrupt initialization error is fatal

This commit is contained in:
Sebastian Huber
2012-11-14 13:59:27 +01:00
parent b9bc399bdd
commit dd8df59413
28 changed files with 61 additions and 116 deletions

View File

@@ -158,13 +158,7 @@ void rtems_irq_mngt_init(void)
/*
* Init initial Interrupt management config
*/
if (bsp_interrupt_initialize() != RTEMS_SUCCESSFUL) {
/*
* put something here that will show the failure...
*/
printk("Unable to initialize RTEMS interrupt Management!!! System locked\n");
while (1);
}
bsp_interrupt_initialize();
/*
* #define DEBUG