Changes between Version 82 and Version 83 of Developer/SMP
- Timestamp:
- 07/11/14 12:07:02 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developer/SMP
v82 v83 57 57 | [http://www.rtems.org/wiki/index.php/SMP#Tool_Chain Tool Chain] || TBD || 58 58 |- 59 | [http://www.rtems.org/wiki/index.php/SMP#Profiling Profiling] || TBD|| CPU counter support is complete. The profiling support is complete.59 | [http://www.rtems.org/wiki/index.php/SMP#Profiling Profiling] || Complete || CPU counter support is complete. The profiling support is complete. 60 60 |- 61 61 | [http://www.rtems.org/wiki/index.php/SMP#Interrupt_Support_2 Interrupt Support] || TBD || 62 62 |- 63 | [http://www.rtems.org/wiki/index.php/SMP#Clustered_Scheduling_2 Clustered Scheduling] || Mostly complete ||64 |- 65 | [http://www.rtems.org/wiki/index.php/SMP#Multiprocessor_Resource_Sharing_Protocol_-_MrsP Multiprocessor Resource Sharing Protocol - MrsP] || TBD||63 | [http://www.rtems.org/wiki/index.php/SMP#Clustered_Scheduling_2 Clustered Scheduling] || Complete || 64 |- 65 | [http://www.rtems.org/wiki/index.php/SMP#Multiprocessor_Resource_Sharing_Protocol_-_MrsP Multiprocessor Resource Sharing Protocol - MrsP] || Complete || 66 66 |- 67 67 | [http://www.rtems.org/wiki/index.php/SMP#Fine_Grained_Locking Fine Grained Locking] || TBD || … … 75 75 | [http://www.rtems.org/wiki/index.php/SMP#Low-Level_Broadcasts Low-Level Broadcasts] || TBD || 76 76 |- 77 | [http://www.rtems.org/wiki/index.php/SMP#Termios_Framework Termios Framework] || TBD||77 | [http://www.rtems.org/wiki/index.php/SMP#Termios_Framework Termios Framework] || Complete || 78 78 |- 79 79 |} … … 1521 1521 optimal interrupt latency with only constant-time sections of disabled 1522 1522 interrupts. The trade-off is that we have a very complex blocking sequence. 1523 After the first mutex state change in the m1523 After the first mutex state change