[PATCH] pi-futex: rt mutex debug
[powerpc.git] / include / linux / mm.h
index 0ac2557..c41a129 100644 (file)
@@ -1034,6 +1034,7 @@ static inline void
 debug_check_no_locks_freed(const void *from, unsigned long len)
 {
        mutex_debug_check_no_locks_freed(from, len);
+       rt_mutex_debug_check_no_locks_freed(from, len);
 }
 
 #ifndef CONFIG_DEBUG_PAGEALLOC