diff options
Diffstat (limited to 'patches/rtmutex-Make-lock_killable-work.patch')
-rw-r--r-- | patches/rtmutex-Make-lock_killable-work.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/rtmutex-Make-lock_killable-work.patch b/patches/rtmutex-Make-lock_killable-work.patch index 38bde9b0c31a..aad1dd8f6a68 100644 --- a/patches/rtmutex-Make-lock_killable-work.patch +++ b/patches/rtmutex-Make-lock_killable-work.patch @@ -16,7 +16,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- a/kernel/locking/rtmutex.c +++ b/kernel/locking/rtmutex.c -@@ -1215,18 +1215,13 @@ static int __sched +@@ -1213,18 +1213,13 @@ static int __sched if (try_to_take_rt_mutex(lock, current, waiter)) break; |