aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/failed-syscalls-by-pid.py
diff options
context:
space:
mode:
authorTony Lindgren <[email protected]>2019-10-09 09:50:06 -0700
committerKalle Valo <[email protected]>2019-10-11 11:55:40 +0300
commit4633d30b61ac1415817b954c3d4d241ca7439a7c (patch)
tree9320354c9b87ba85910fdd4710bf5e2dedae960d /tools/perf/scripts/python/failed-syscalls-by-pid.py
parent59f4567d228f7f5686e0f91d30e6aeaca999e2fd (diff)
wlcore: clean-up clearing of WL1271_FLAG_IRQ_RUNNING
We set WL1271_FLAG_IRQ_RUNNING in the beginning of wlcore_irq(), but clear it before interrupt handling is done in wlcore_irq_locked(). Let's move the clearing to the end of wlcore_irq() where it gets set, and remove the old comments about hardirq. That's no longer the case as we're using request_threaded_irq(). Note that the WL1271_FLAG_IRQ_RUNNING should never race between the interrupt handler and wlcore_runtime_resume() as because of autosuspend timeout we cannot enter idle between wlcore_irq_locked() and the end of wlcore_irq(). Cc: Anders Roxell <[email protected]> Cc: Eyal Reizer <[email protected]> Cc: Guy Mishol <[email protected]> Cc: John Stultz <[email protected]> Cc: Ulf Hansson <[email protected]> Signed-off-by: Tony Lindgren <[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