]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/debug_locks.h
Merge branch 'linus' into x86/urgent
[linux-2.6-omap-h63xx.git] / include / linux / debug_locks.h
index 1678a5de7013a91f08f3f352a773ff90166240f1..f4a5871767f534ef6b8a2a950c70372ef7c27ca7 100644 (file)
@@ -47,6 +47,7 @@ struct task_struct;
 
 #ifdef CONFIG_LOCKDEP
 extern void debug_show_all_locks(void);
+extern void __debug_show_held_locks(struct task_struct *task);
 extern void debug_show_held_locks(struct task_struct *task);
 extern void debug_check_no_locks_freed(const void *from, unsigned long len);
 extern void debug_check_no_locks_held(struct task_struct *task);
@@ -55,6 +56,10 @@ static inline void debug_show_all_locks(void)
 {
 }
 
+static inline void __debug_show_held_locks(struct task_struct *task)
+{
+}
+
 static inline void debug_show_held_locks(struct task_struct *task)
 {
 }