Changes between Version 43 and Version 44 of Developer/SMP


Ignore:
Timestamp:
03/03/14 18:37:12 (10 years ago)
Author:
Sh
Comment:

Beautify link

Legend:

Unmodified
Added
Removed
Modified
  • Developer/SMP

    v43 v44  
    336336single processor code in an SMP configuration.  However a Giant lock will
    337337likely lead to undesirable high worst case latencies which linear increase with
    338 the processor count <ref name="Brandenburg2011">Björn B. Brandenburg, Scheduling and Locking in Multiprocessor Real-Time Operating Systems, https://www.cs.unc.edu/~anderson/diss/bbbdiss.pdf, 2011.</ref>.
     338the processor count <ref name="Brandenburg2011">[https://www.cs.unc.edu/~anderson/diss/bbbdiss.pdf Björn B. Brandenburg, Scheduling and Locking in Multiprocessor Real-Time Operating Systems, 2011.]</ref>.
    339339==  Future Directions  ==
    340340
     
    15151515PSAC control.  The PSAC operations like addition to, removal from and iteration
    15161516over the chain are protected by the corresponding thread lock.  Each action
    1517 wi
     1517w