summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0135-rtmutex-Add-rtmutex_lock_killable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0135-rtmutex-Add-rtmutex_lock_killable.patch')
-rw-r--r--debian/patches-rt/0135-rtmutex-Add-rtmutex_lock_killable.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/0135-rtmutex-Add-rtmutex_lock_killable.patch b/debian/patches-rt/0135-rtmutex-Add-rtmutex_lock_killable.patch
index d97f3545b..4553d5e5d 100644
--- a/debian/patches-rt/0135-rtmutex-Add-rtmutex_lock_killable.patch
+++ b/debian/patches-rt/0135-rtmutex-Add-rtmutex_lock_killable.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 9 Jun 2011 11:43:52 +0200
-Subject: [PATCH 135/342] rtmutex: Add rtmutex_lock_killable()
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=ab6b6c8bc1aabe6b845f3f27a2e1177591c6f619
+Subject: [PATCH 135/351] rtmutex: Add rtmutex_lock_killable()
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=88f6577c4fb59ca7ef8760561f80a6dea788ddbc
Add "killable" type to rtmutex. We need this since rtmutex are used as
"normal" mutexes which do use this type.