Changeset 441 for GPL/trunk/include/linux/spinlock.h
- Timestamp:
- Jun 6, 2009, 4:22:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/spinlock.h
r32 r441 78 78 #define write_unlock(lock) spin_unlock(lock) 79 79 80 #define rwlock_init(x) *(x) = RW_LOCK_UNLOCKED; 81 80 82 #endif /* !SMP */ 81 83 #endif /* __LINUX_SPINLOCK_H */
Note:
See TracChangeset
for help on using the changeset viewer.