Changes between Version 61 and Version 62 of Developer/SMP


Ignore:
Timestamp:
04/15/14 19:54:53 (10 years ago)
Author:
Mayes
Comment:

/* Status */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/SMP

    v61 v62  
    99
    1010The [http://en.wikipedia.org/wiki/Symmetric_multiprocessing SMP] support for RTEMS is work in progress.  Basic support is available for ARM, PowerPC, SPARC and Intel x86.
    11 
    12 TBD: Insert table of status per task here with links to task
    1311
    1412{| border="1" style="margin: 1em auto 1em auto;text-align: center;"
     
    15051503that the time of disabled interrupts increases.  The FIFO thread queue
    15061504operations are trivial doubly-linked list operations.  The priority thread
    1507 queue operations execute in a worst-case t
     1505queue operations execute in a worst-case time which depends only on the maximum
     1506number of priorities.
     1507=