Files
linux/arch/parisc/kernel
afzal mohammed 997ba65736 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>
2020-04-05 22:05:23 +02:00
..
2019-09-08 15:19:58 +02:00
2019-08-03 08:56:57 +02:00
2019-05-10 21:00:44 +02:00
2019-05-03 23:47:38 +02:00
2019-06-08 12:56:26 +02:00
2020-01-07 13:31:21 +01:00
2019-10-10 14:55:24 -07:00
2019-09-08 15:19:58 +02:00
2019-05-10 21:00:45 +02:00
2017-11-17 15:27:22 +01:00