diff options
author | Martijn Coenen <maco@android.com> | 2017-08-31 11:04:18 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-09-01 10:20:12 +0300 |
commit | 1b77e9dcc3da9359f5936a7a4a0b5b6585c5e37e (patch) | |
tree | 6cb0abfb5ca3a144a8b9a1e6b80d096c8d8f54f3 /Makefile | |
parent | 8ef4665aa129a14f3733efc651c53a3c6c47b500 (diff) | |
download | linux-1b77e9dcc3da9359f5936a7a4a0b5b6585c5e37e.tar.xz |
ANDROID: binder: remove proc waitqueue
Removes the process waitqueue, so that threads
can only wait on the thread waitqueue. Whenever
there is process work to do, pick a thread and
wake it up. Having the caller pick a thread is
helpful for things like priority inheritance.
This also fixes an issue with using epoll(),
since we no longer have to block on different
waitqueues.
Signed-off-by: Martijn Coenen <maco@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions