diff options
author | afzal mohammed <afzal.mohd.ma@gmail.com> | 2020-03-04 03:50:24 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-04-05 23:05:23 +0300 |
commit | 997ba6573685451c37005a5b74a4baa3c16b5231 (patch) | |
tree | 214fc87349ce5cbbc6531cd41dbcada7518d4d3f /arch/arm/vdso | |
parent | c48b07226bd41f4053aa2024c5e347183c04deb5 (diff) | |
download | linux-997ba6573685451c37005a5b74a4baa3c16b5231.tar.xz |
parisc: 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 <afzal.mohd.ma@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/arm/vdso')
0 files changed, 0 insertions, 0 deletions