Changeset 442 for GPL/trunk/include/linux/lockdep.h
- Timestamp:
- Jun 6, 2009, 11:07:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/lockdep.h
r439 r442 1 1 #ifndef __LINUX_LOCKDEP_H 2 2 #define __LINUX_LOCKDEP_H 3 #define SINGLE_DEPTH_NESTING 1 3 4 /* 4 5 * lockdep macros … … 12 13 #define spin_lock_irqsave_nested(lock, f, x) spin_lock_irqsave(lock, f) 13 14 15 14 16 #endif /* __LINUX_LOCKDEP_H */
Note:
See TracChangeset
for help on using the changeset viewer.