diff options
| author | Michael J. Ruhl <[email protected]> | 2018-07-02 08:08:37 -0700 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2018-07-03 14:29:12 -0600 |
| commit | e3091644bf2e6d21841de62d8b3e6a526c5172d5 (patch) | |
| tree | 5a56725110f7297dbe291290779f22016f8618ae /tools/perf/scripts/python | |
| parent | d108c60d3d55e117695dc7ea6e1ed3df31113ce3 (diff) | |
IB/hfi1: Remove incorrect call to do_interrupt callback
The general interrupt handler is_rcv_avail_int() has two paths,
do_interrupt() (callback) and handle_user_interrupt(). The
do_interrupt() callback is for the threaded receive handling.
is_rcv_avail_int() cannot handle threaded IRQs.
If the do_interrupt() path is taken, and the IRQ returns
IRQ_WAKE_THREAD, the IRQ behavior will be indeterminate.
Remove incorrect call to do_interrupt() from is_rcv_avail_int(),
leaving the un-threaded (handle_user_interrupt()) path.
Fixes: f4f30031c33c ("staging/rdma/hfi1: Thread the receive interrupt.")
Reviewed-by: Mike Marciniszyn <[email protected]>
Reviewed-by: Kamenee Arumugam <[email protected]>
Signed-off-by: Michael J. Ruhl <[email protected]>
Signed-off-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions