- Timestamp:
 - Aug 18, 2018, 2:49:07 AM (7 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/kernel/libk/spinlock.c (modified) (1 diff)
 
 
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.
      