OSDN Git Service

hexagon: Replace setup_irq() by request_irq()
authorafzal mohammed <afzal.mohd.ma@gmail.com>
Fri, 27 Mar 2020 16:09:50 +0000 (21:39 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 29 Mar 2020 19:03:42 +0000 (21:03 +0200)
commit45b26ddee6d7d69c1ca41fdc843ac2cadaf4293c
tree340f0094eda5627a0b6bb439969b08451a6776d5
parente13b99f3005829acc64287271fa6cacec6e3aeab
hexagon: Replace setup_irq() by request_irq()

request_irq() is preferred over setup_irq(). Invocations of setup_irq()
occur after memory allocators are ready.

setup_irq() was required in older kernels as the memory allocator was not
available during early boot.

Hence replace setup_irq() by request_irq().

Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/e84ac60de8f747d49ce082659e51595f708c29d4.1585320721.git.afzal.mohd.ma@gmail.com
arch/hexagon/kernel/smp.c
arch/hexagon/kernel/time.c