Changes between Version 85 and Version 86 of Developer/SMP
- Timestamp:
- 07/11/14 12:10:57 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developer/SMP
v85 v86 1273 1273 1274 1274 1275 This is TBD.1275 Implementation is complete [http://git.rtems.org/rtems/commit/?id=5c3d2509593476869e791111cd3d93cc1e840b3a]. 1276 1276 = RTEMS API Changes = 1277 1277 … … 1520 1520 operation are split up into several parts. This was done to ensure a next to 1521 1521 optimal interrupt latency with only constant-time sections of disabled 1522 interrupts. The trade-off is that we have a very complex blocking sequence. 1523 After the first mutex state change in the 1522 interrupts. The trade-