Changeset 447 for GPL/trunk/include/linux/spinlock.h
- Timestamp:
- Jun 8, 2009, 11:05:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/spinlock.h
r441 r447 80 80 #define rwlock_init(x) *(x) = RW_LOCK_UNLOCKED; 81 81 82 #define DEFINE_SPINLOCK(x) spinlock_t x = SPIN_LOCK_UNLOCKED 82 83 #endif /* !SMP */ 83 84 #endif /* __LINUX_SPINLOCK_H */
Note:
See TracChangeset
for help on using the changeset viewer.