diff options
| author | 2014-08-04 11:11:22 +0200 | |
|---|---|---|
| committer | 2014-08-04 11:11:22 +0200 | |
| commit | 2e65b8916cce4436df29812610d2c2fecdb42b5a (patch) | |
| tree | fdcae670bd651c8e772eb7cd60420eba5d26a0db /kernel/locking/rtmutex-debug.h | |
| parent | ALSA: hda - fix an external mic jack problem on a HP machine (diff) | |
| parent | ALSA: hda - add mic mute led hook for dell machines (diff) | |
Merge branch 'for-next' into for-linus
Diffstat (limited to 'kernel/locking/rtmutex-debug.h')
| -rw-r--r-- | kernel/locking/rtmutex-debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/locking/rtmutex-debug.h b/kernel/locking/rtmutex-debug.h index 14193d596d78..ab29b6a22669 100644 --- a/kernel/locking/rtmutex-debug.h +++ b/kernel/locking/rtmutex-debug.h @@ -31,3 +31,8 @@ static inline int debug_rt_mutex_detect_deadlock(struct rt_mutex_waiter *waiter, { return (waiter != NULL); } + +static inline void rt_mutex_print_deadlock(struct rt_mutex_waiter *w) +{ + debug_rt_mutex_print_deadlock(w); +} |
