forked from Imagelibrary/rtems
Reworked to removed dependency on DY-4 CSS ROM monitor interface.
This commit is contained in:
@@ -218,12 +218,9 @@ rtems_isr_entry set_EE_vector(
|
|||||||
Chain_Append( &ISR_Array[vec_idx], &ISR_Nodes[index].Node );
|
Chain_Append( &ISR_Array[vec_idx], &ISR_Nodes[index].Node );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Enable the interrupt.
|
* Enable the LIRQ interrupt.
|
||||||
*/
|
*/
|
||||||
if (vector == DMV170_LIRQ5)
|
|
||||||
SCV64_Generate_DUART_Interrupts();
|
SCV64_Generate_DUART_Interrupts();
|
||||||
else
|
|
||||||
enable_card_interrupt( vector );
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* No interrupt service routine was removed so return 0
|
* No interrupt service routine was removed so return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user