diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-06-21 21:32:15 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-06-21 21:32:15 +0200 |
commit | fddeca638ed428d447d60fc0942a094814073cc6 (patch) | |
tree | afc558976a9bb2c501f459864819198eb5283d43 /kernel/locking/rtmutex-debug.h | |
parent | 22fdcf02f6e80d64a927f702dd9d631a927d87d4 (diff) | |
parent | 27e35715df54cbc4f2d044f681802ae30479e7fb (diff) | |
download | talos-obmc-linux-fddeca638ed428d447d60fc0942a094814073cc6.tar.gz talos-obmc-linux-fddeca638ed428d447d60fc0942a094814073cc6.zip |
Merge branch 'locking/urgent' into locking/core
Reason: Required to add more rtmutex robustness changes on top of
those already in mainline.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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); +} |