diff options
| author | Barry Song <[email protected]> | 2020-06-18 13:02:10 +1200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-06-18 20:43:10 -0700 |
| commit | e99a308da3c1518009a740c4d3962f616edeb642 (patch) | |
| tree | d2f4bdc47d449d4a51d82e2061bf37960d3881da /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 4d2cad32127e5c83e17b0e1dfd4cd5ef6080301f (diff) | |
net: hns3: replace disable_irq by IRQ_NOAUTOEN flag
disable_irq() after request_irq() is still risk as there is a chance irq
can come after request_irq() and before disable_irq().
this should be done by IRQ_NOAUTOEN flag.
Signed-off-by: Barry Song <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions