Changeset 461
- Timestamp:
- Aug 18, 2018, 2:49:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/spinlock.c
r457 r461 84 84 uint32_t irq_state ) 85 85 { 86 thread_t * this = CURRENT_THREAD; ;86 thread_t * this = CURRENT_THREAD; 87 87 88 88 #if DEBUG_SPINLOCKS
Note: See TracChangeset
for help on using the changeset viewer.