aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorafzal mohammed <afzal.mohd.ma@gmail.com>2020-03-04 06:11:11 +0530
committerMax Filippov <jcmvbkbc@gmail.com>2020-03-03 18:40:26 -0800
commit98060484e2328a4d29b62eb42ef31219a4629587 (patch)
treef0ae7c518d95a8eb18c7b7b40a849c99b3dd1200 /arch/s390
parentLinux 5.6-rc4 (diff)
downloadlinux-dev-98060484e2328a4d29b62eb42ef31219a4629587.tar.xz
linux-dev-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 <afzal.mohd.ma@gmail.com> Message-Id: <20200304004112.3848-1-afzal.mohd.ma@gmail.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/s390')
0 files changed, 0 insertions, 0 deletions