Changes between Version 81 and Version 82 of Developer/SMP


Ignore:
Timestamp:
04/21/14 23:04:56 (10 years ago)
Author:
Mayes
Comment:

/* Status of Effort */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/SMP

    v81 v82  
    5757| [http://www.rtems.org/wiki/index.php/SMP#Tool_Chain Tool Chain] || TBD ||
    5858|-
    59 | [http://www.rtems.org/wiki/index.php/SMP#Profiling Profiling] || TBD ||
     59| [http://www.rtems.org/wiki/index.php/SMP#Profiling Profiling] || TBD || CPU counter support is complete.  The profiling support is complete.
    6060|-
    6161| [http://www.rtems.org/wiki/index.php/SMP#Interrupt_Support_2 Interrupt Support] || TBD ||
    6262|-
    63 | [http://www.rtems.org/wiki/index.php/SMP#Clustered_Scheduling_2 Clustered Scheduling] || TBD ||
     63| [http://www.rtems.org/wiki/index.php/SMP#Clustered_Scheduling_2 Clustered Scheduling] || Mostly complete ||
    6464|-
    6565| [http://www.rtems.org/wiki/index.php/SMP#Multiprocessor_Resource_Sharing_Protocol_-_MrsP  Multiprocessor Resource Sharing Protocol - MrsP] || TBD ||
     
    6767| [http://www.rtems.org/wiki/index.php/SMP#Fine_Grained_Locking Fine Grained Locking] || TBD ||
    6868|-
    69 | [http://www.rtems.org/wiki/index.php/SMP#Post-Switch_Actions Post-Switch Actions] || TBD ||
    70 |-
    71 | [http://www.rtems.org/wiki/index.php/SMP#Thread_Delete.2FRestart Thread Delete/Restart] || TBD ||
    72 |-
    73 | [http://www.rtems.org/wiki/index.php/SMP#Barrier_Synchronization Barrier Synchronization] || TBD ||
     69| [http://www.rtems.org/wiki/index.php/SMP#Post-Switch_Actions Post-Switch Actions] || Complete || Implemented as post-switch thread-actions
     70|-
     71| [http://www.rtems.org/wiki/index.php/SMP#Thread_Delete.2FRestart Thread Delete/Restart] || Complete ||
     72|-
     73| [http://www.rtems.org/wiki/index.php/SMP#Barrier_Synchronization Barrier Synchronization] || Complete ||
    7474|-
    7575| [http://www.rtems.org/wiki/index.php/SMP#Low-Level_Broadcasts Low-Level Broadcasts] || TBD ||
     
    15211521optimal interrupt latency with only constant-time sections of disabled
    15221522interrupts.  The trade-off is that we have a very complex blocking sequence.
    1523 After the first mutex state change in the mutex_obtain() the mutex doesn't know
    1524 directly which thread is about to block on that mutex.  Some sequences assume
    1525 exactly one executing
     1523After the first mutex state change in the m