forked from Imagelibrary/rtems
Patch from Eric Valette <valette@crf.canon.fr> based on bug report from
David.Decotigny@irisa.fr and discussion with Joel. Basically interrupts were enabled too early in this BSP.
This commit is contained in:
@@ -207,5 +207,4 @@ void rtems_irq_mngt_init()
|
|||||||
printk("i8259s_cache = %x\n", * (unsigned short*) &i8259s_cache);
|
printk("i8259s_cache = %x\n", * (unsigned short*) &i8259s_cache);
|
||||||
BSP_wait_polled_input();
|
BSP_wait_polled_input();
|
||||||
#endif
|
#endif
|
||||||
asm volatile ("sti");
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user