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:
Joel Sherrill
1999-06-18 14:30:09 +00:00
parent 123bbf9509
commit e72dfa238c

View File

@@ -207,5 +207,4 @@ void rtems_irq_mngt_init()
printk("i8259s_cache = %x\n", * (unsigned short*) &i8259s_cache);
BSP_wait_polled_input();
#endif
asm volatile ("sti");
}