diff options
author | afzal mohammed <[email protected]> | 2020-03-27 18:14:37 +0530 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2020-03-27 14:11:50 +0100 |
commit | 2fcf53350810d0e2af9ef57a57957c6c739c5647 (patch) | |
tree | db277e26586ab016db0e0208e4d01d2dfcf4766c /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 4c819924f571fb74496c85df2780dc75f8686b68 (diff) |
ARM: mmp: 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
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: afzal mohammed <[email protected]>
Acked-by: Lubomir Rintel <[email protected]>
Tested-by: Lubomir Rintel <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions