diff options
author | Barry Song <song.bao.hua@hisilicon.com> | 2020-06-18 04:02:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-19 06:43:10 +0300 |
commit | e99a308da3c1518009a740c4d3962f616edeb642 (patch) | |
tree | d2f4bdc47d449d4a51d82e2061bf37960d3881da /tools/perf/scripts/python/stackcollapse.py | |
parent | 4d2cad32127e5c83e17b0e1dfd4cd5ef6080301f (diff) | |
download | linux-e99a308da3c1518009a740c4d3962f616edeb642.tar.xz |
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 <song.bao.hua@hisilicon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions