Files
rtems/cpukit
Sebastian Huber 7e91901303 arm: Fix ARMv7-M interrupt processing
Right after a "msr basepri_max, %[basepri]" instruction an interrupt
service may still take place (observed at least on Cortex-M7).  However,
pendable service calls that are activated during this interrupt service
may be delayed until interrupts are enable again.  The
_ARMV7M_Pendable_service_call() did not check that a thread dispatch is
allowed.  Move this test from _ARMV7M_Interrupt_service_leave() to
_ARMV7M_Pendable_service_call().

Close #3060.
2017-07-07 13:27:24 +02:00
..
2017-01-26 08:31:50 +01:00
2014-08-29 12:48:01 +10:00
2017-03-21 16:15:25 +01:00
2015-10-30 07:45:51 +01:00
2015-03-05 11:34:01 +01:00
2014-09-18 08:09:09 +02:00
2014-08-29 12:48:01 +10:00