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