Changeset 540 for trunk/kernel/libk/spinlock.c
- Timestamp:
- Sep 21, 2018, 10:22:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/spinlock.c
r473 r540 91 91 #endif 92 92 93 hal_fence(); 93 94 lock->taken = 0; 94 95 this->local_locks--; … … 181 182 list_unlink( &lock->list ); 182 183 #endif 183 184 hal_fence(); 184 185 lock->taken = 0; 185 186 this->local_locks--;
Note: See TracChangeset
for help on using the changeset viewer.