Changes between Version 9 and Version 10 of common_utils
- Timestamp:
- Aug 12, 2014, 2:37:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
common_utils
v9 v10 87 87 If the MMU is not activated, the virtual address is extended using X_IO and Y_IO (defined in the hard-config.h file) to reach the cluster_io. 88 88 89 == __4) Spin Lock access functions__ ==89 == __4) Spin-lock access functions__ == 90 90 91 91 The ''giet_lock_t'' structure is defined in the ''utils.h'' file to have one single lock in a 64 bytes cache line. It should be aligned on a cache line boundary.