Changeset 7a0359b in mainline for kernel/generic/include/synch/spinlock.h
- Timestamp:
- 2010-07-02T15:42:19Z (13 years ago)
- Branches:
- lfn, master, serial
- Children:
- bbfdf62
- Parents:
- e3ee9b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/spinlock.h
re3ee9b9 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.