summaryrefslogtreecommitdiff
path: root/arch/x86/mm/numa.c
diff options
context:
space:
mode:
authorafzal mohammed <afzal.mohd.ma@gmail.com>2020-03-01 04:26:55 +0300
committerGreg Ungerer <gerg@linux-m68k.org>2020-03-23 05:01:19 +0300
commitba000760eb0f182e6ef04faca70bb9737a9674b4 (patch)
tree0e0aa627224a6b37d4204ee2e8ad092d48ede5b1 /arch/x86/mm/numa.c
parent16fbf79b0f83bc752cee8589279f1ebfe57b3b6e (diff)
downloadlinux-ba000760eb0f182e6ef04faca70bb9737a9674b4.tar.xz
m68k: 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> Tested-by: Greg Ungerer <gerg@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/x86/mm/numa.c')
0 files changed, 0 insertions, 0 deletions