Changeset 221 for soft/giet_vm/sys/common.c
- Timestamp:
- Nov 7, 2012, 5:32:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/common.c
r215 r221 149 149 inline void _release_lock( unsigned int* plock ) 150 150 { 151 asm volatile ( 152 "sync\n" /* necessary because of the consistency model in tsar */ 153 ); 151 154 *plock = 0; 152 155 }
Note: See TracChangeset
for help on using the changeset viewer.