Changeset 615 for GPL/branches/uniaud32-next/include/linux/lockdep.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/lockdep.h
r442 r615 12 12 #define spin_lock_nested(lock, x) spin_lock(lock) 13 13 #define spin_lock_irqsave_nested(lock, f, x) spin_lock_irqsave(lock, f) 14 15 14 #define lockdep_set_novalidate_class(lock) do { } while (0) 15 # define lockdep_set_class_and_name(lock, key, name) \ 16 do { (void)(key); (void)(name); } while (0) 17 struct lock_class_key {int not_used; }; 16 18 #endif /* __LINUX_LOCKDEP_H */
Note:
See TracChangeset
for help on using the changeset viewer.