Changes in kernel/generic/include/synch/spinlock.h [313b617:7a0359b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/spinlock.h
r313b617 r7a0359b 124 124 * 125 125 */ 126 static inline void spinlock_unlock_nondebug(spinlock_t *lock)126 NO_TRACE static inline void spinlock_unlock_nondebug(spinlock_t *lock) 127 127 { 128 128 /*
Note:
See TracChangeset
for help on using the changeset viewer.