spinlock: Add spin_lock_bh_nested()
[deliverable/linux.git] / include / linux / spinlock_api_up.h
index d0d188861ad69a1b574ea6ce96fb8dfaa6a59c3d..d3afef9d8dbe705b8270f653056e2f684441c7b2 100644 (file)
@@ -57,6 +57,7 @@
 
 #define _raw_spin_lock(lock)                   __LOCK(lock)
 #define _raw_spin_lock_nested(lock, subclass)  __LOCK(lock)
+#define _raw_spin_lock_bh_nested(lock, subclass) __LOCK(lock)
 #define _raw_read_lock(lock)                   __LOCK(lock)
 #define _raw_write_lock(lock)                  __LOCK(lock)
 #define _raw_spin_lock_bh(lock)                        __LOCK_BH(lock)
This page took 0.044118 seconds and 5 git commands to generate.