Searched hist:"575 fb69ef919c49283d3fa0d8b13af34011f4abd" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/mach-rpc/ |
H A D | time.c | diff 575fb69ef919c49283d3fa0d8b13af34011f4abd Sun Mar 08 15:22:06 CET 2020 afzal mohammed <afzal.mohd.ma@gmail.com> ARM: 8966/1: rpc: 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: Russell King <rmk+kernel@armlinux.org.uk>
|