diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2020-09-29 22:25:34 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-09-29 14:02:55 -0700 |
| commit | d067c0fa29f3f105381192ee22c03b62ee781bc0 (patch) | |
| tree | d0d87b85b001ea469463021a07e2daffd7992f6a /tools/perf/scripts/python | |
| parent | c2f8c900792459cdd10e49f9c9ca15328223ad3b (diff) | |
net: brcmfmac: Replace in_interrupt()
brcmf_sdio_isr() is using in_interrupt() to distinguish if it is called
from a interrupt service routine or from a worker thread.
Passing such information from the calling context is preferred and
requested by Linus, so add an argument `in_isr' to brcmf_sdio_isr() and let
the callers pass the information about the calling context.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Arend van Spriel <[email protected]>
Acked-by: Kalle Valo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions