summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-09 09:43:52 (GMT)
committerScott Wood <scottwood@freescale.com>2015-02-13 22:20:42 (GMT)
commitbbade837f982a079bed7f12045305fbbaeef16a1 (patch)
treecb0a7408b6c84e6404bfc8ec23ca82b6435febd4 /include
parent8688f3775f742d3e56f6dbd8ad678e3bce621318 (diff)
downloadlinux-fsl-qoriq-bbade837f982a079bed7f12045305fbbaeef16a1.tar.xz
rtmutex-lock-killable.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/rtmutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rtmutex.h b/include/linux/rtmutex.h
index de17134..3561eb2 100644
--- a/include/linux/rtmutex.h
+++ b/include/linux/rtmutex.h
@@ -90,6 +90,7 @@ extern void rt_mutex_destroy(struct rt_mutex *lock);
extern void rt_mutex_lock(struct rt_mutex *lock);
extern int rt_mutex_lock_interruptible(struct rt_mutex *lock,
int detect_deadlock);
+extern int rt_mutex_lock_killable(struct rt_mutex *lock, int detect_deadlock);
extern int rt_mutex_timed_lock(struct rt_mutex *lock,
struct hrtimer_sleeper *timeout,
int detect_deadlock);