Changeset 60 for trunk/kernel/libk/remote_mutex.c
- Timestamp:
- Jun 26, 2017, 4:55:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/remote_mutex.c
r23 r60 168 168 { 169 169 bool_t success; 170 uint32_tirq_state;170 reg_t irq_state; 171 171 172 172 // get cluster and local pointer on remote mutex … … 221 221 void remote_mutex_unlock( xptr_t mutex_xp ) 222 222 { 223 uint32_tirq_state;223 reg_t irq_state; 224 224 225 225 // get cluster and local pointer on remote mutex
Note: See TracChangeset
for help on using the changeset viewer.