aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorLars-Peter Clausen <[email protected]>2016-02-08 21:41:12 +0100
committerKalle Valo <[email protected]>2016-02-25 12:00:14 +0200
commit10fbc7cf031d7253770331417a4adc4179c979c5 (patch)
tree6077a1ab3efd02487cc39c104cee2785e1fc72db /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent19c8f421a61947116898c9f8a28823b9d988df74 (diff)
b43: Remove unnecessary synchronize_irq() before free_irq()
Calling synchronize_irq() right before free_irq() is quite useless. On one hand the IRQ can easily fire again before free_irq() is entered, on the other hand free_irq() itself calls synchronize_irq() internally (in a race condition free way), before any state associated with the IRQ is freed. Patch was generated using the following semantic patch: // <smpl> @@ expression irq; @@ -synchronize_irq(irq); free_irq(irq, ...); // </smpl> Signed-off-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions