Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 63 and Version 64 of Developer/SMP


Ignore:
Timestamp:
04/16/14 12:51:44 (10 years ago)
Author:
Sh
Comment:

/* Clustered Scheduling */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/SMP

    v63 v64  
    12041204all dependencies explicit and easier to access (allows more efficient machine
    12051205code).
     1206==  Status  ==
     1207
     1208
     1209Support for clustered/partitioned scheduling is mostly complete [http://git.rtems.org/rtems/commit/?id=c5831a3f9af11228dbdaabaf01f69d37e55684ef].
    12061210=  Multiprocessor Resource Sharing Protocol - MrsP  =
    12071211
     
    15021506operations must be performed under the SMP lock of the object.  The drawback is
    15031507that the time of disabled interrupts increases.  The FIFO thread queue
    1504 operations are trivial doubly-linked list operations.  The priority thread
    1505 queue operations execute in a worst-case time which depends only on the maximum
    1506 number of
     1508o