forked from Imagelibrary/rtems
validation: Fix CallWithinISR()
Some BSPs require that Clear_tm27_intr() is called in the interrupt service routine. Update #3269.
This commit is contained in:
@@ -71,6 +71,8 @@ static void CallWithinISRHandler( rtems_vector_number vector )
|
|||||||
(void) vector;
|
(void) vector;
|
||||||
ctx = &CallWithinISRInstance;
|
ctx = &CallWithinISRInstance;
|
||||||
|
|
||||||
|
Clear_tm27_intr();
|
||||||
|
|
||||||
while ( true ) {
|
while ( true ) {
|
||||||
rtems_interrupt_lock_context lock_context;
|
rtems_interrupt_lock_context lock_context;
|
||||||
CallWithinISRRequest *request;
|
CallWithinISRRequest *request;
|
||||||
|
|||||||
Reference in New Issue
Block a user