diff options
author | NeilBrown <[email protected]> | 2024-09-25 15:31:44 +1000 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2024-10-07 09:28:39 +0200 |
commit | 49994911b401c5f6b979060ffbc834949a024d8a (patch) | |
tree | 19d0c36669aab207649b1a0060ecc3446aa0b995 /tools/perf/scripts/python/gecko.py | |
parent | 80681c04c5e8e4297b9ebf201ca3ce6242aa16c3 (diff) |
softirq: use bit waits instead of var waits.
The waiting in softirq.c is always waiting for a bit to be cleared.
This makes the bit wait functions seem more suitable.
By switching over we can rid of all explicit barriers. We also use
wait_on_bit_lock() to avoid an explicit loop.
Signed-off-by: NeilBrown <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions