diff options
author | Sebastian Andrzej Siewior <[email protected]> | 2021-03-09 09:42:12 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2021-03-17 16:34:00 +0100 |
commit | 25cf87df1a3a85959bf1bf27df0eb2e6e04b2161 (patch) | |
tree | bc45329cae35ba0b8adb627b3c0ced7a2ee786ce /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c62c38e349c73cad90f59f00fe8070b3648b6d08 (diff) |
net: sundance: Use tasklet_disable_in_atomic().
tasklet_disable() is used in the timer callback. This might be distangled,
but without access to the hardware that's a bit risky.
Replace it with tasklet_disable_in_atomic() so tasklet_disable() can be
changed to a sleep wait once all remaining atomic users are converted.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions