Changes between Version 7 and Version 8 of library_locks


Ignore:
Timestamp:
Dec 5, 2014, 2:53:27 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_locks

    v7 v8  
    1010Each lock (giet_lock_t object) occupies a complete 64 bytes cache line to avoid false sharing.
    1111
    12 The lock being shared by several tasks, should be defined as a global variable of type '''user_lock_t''' in the application code.
     12The '''user_lock_t''' being shared by several tasks, should be defined as a global variable in the application code.
    1313It is possible to control precisely the placement of a specific lock on a specific physical memory bank by defining a specific vseg in the application mapping.
    1414