diff options
| author | Nicolas Saenz Julienne <[email protected]> | 2018-11-20 15:53:46 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-11-27 10:13:37 +0100 |
| commit | f27e47bc6b8b96dd34ebad2a659b8a983cf367df (patch) | |
| tree | e971496ef8ad21a0cbe475f212ae66850a157c85 /tools/perf/scripts | |
| parent | 51c071265079319583e4c6e8c61e09660300d0bf (diff) | |
staging: vchiq: use completions instead of semaphores
It is preferred in the kernel to avoid using semaphores to wait for
events, as they are optimised for the opposite situation; where the
common case is that they are available and may block only occasionally.
FYI see this thread: https://lkml.org/lkml/2008/4/11/323.
Also completions are semantically more explicit in this case.
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
Acked-by: Stefan Wahren <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions