diff options
| author | afzal mohammed <[email protected]> | 2020-03-04 00:41:11 +0000 |
|---|---|---|
| committer | Max Filippov <[email protected]> | 2020-03-04 02:40:26 +0000 |
| commit | 98060484e2328a4d29b62eb42ef31219a4629587 (patch) | |
| tree | f0ae7c518d95a8eb18c7b7b40a849c99b3dd1200 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | Linux 5.6-rc4 (diff) | |
| download | kernel-98060484e2328a4d29b62eb42ef31219a4629587.tar.gz kernel-98060484e2328a4d29b62eb42ef31219a4629587.zip | |
xtensa: replace setup_irq() by request_irq()
request_irq() is preferred over setup_irq(). Invocations of setup_irq()
occur after memory allocators are ready.
Per tglx[1], setup_irq() existed in olden days when allocators were not
ready by the time early interrupts were initialized.
Hence replace setup_irq() by request_irq().
[1] https://lkml.kernel.org/r/alpine.DEB.2.20.1710191609480.1971@nanos
Signed-off-by: afzal mohammed <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Max Filippov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
