diff options
Diffstat (limited to 'patches/ipc-msg-Implement-lockless-pipelined-wakeups.patch')
-rw-r--r-- | patches/ipc-msg-Implement-lockless-pipelined-wakeups.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/patches/ipc-msg-Implement-lockless-pipelined-wakeups.patch b/patches/ipc-msg-Implement-lockless-pipelined-wakeups.patch index be023bfbf596..dcab30eacdb0 100644 --- a/patches/ipc-msg-Implement-lockless-pipelined-wakeups.patch +++ b/patches/ipc-msg-Implement-lockless-pipelined-wakeups.patch @@ -1,7 +1,6 @@ -From 9a69dce752915917ecfe06a21f9c826c76f6eb07 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Fri, 30 Oct 2015 11:59:07 +0100 -Subject: [PATCH] ipc/msg: Implement lockless pipelined wakeups +Subject: ipc/msg: Implement lockless pipelined wakeups This patch moves the wakeup_process() invocation so it is not done under the perm->lock by making use of a lockless wake_q. With this change, the |