summaryrefslogtreecommitdiff
path: root/arch/alpha/mm
diff options
context:
space:
mode:
authorMeelis Roos <mroos@linux.ee>2018-10-12 12:27:51 +0300
committerMatt Turner <mattst88@gmail.com>2019-02-10 20:42:14 -0800
commitbfc913682464f45bc4d6044084e370f9048de9d5 (patch)
tree6c010569e816b1511e1b63457500bb490f1912a7 /arch/alpha/mm
parent842fc0f5dc5c9f9bd91f891554996d903c40cf35 (diff)
downloadlinux-next-bfc913682464f45bc4d6044084e370f9048de9d5.tar.gz
alpha: Fix Eiger NR_IRQS to 128
Eiger machine vector definition has nr_irqs 128, and working 2.6.26 boot shows SCSI getting IRQ-s 64 and 65. Current kernel boot fails because Symbios SCSI fails to request IRQ-s and does not find the disks. It has been broken at least since 3.18 - the earliest I could test with my gcc-5. The headers have moved around and possibly another order of defines has worked in the past - but since 128 seems to be correct and used, fix arch/alpha/include/asm/irq.h to have NR_IRQS=128 for Eiger. This fixes 4.19-rc7 boot on my Force Flexor A264 (Eiger subarch). Cc: stable@vger.kernel.org # v3.18+ Signed-off-by: Meelis Roos <mroos@linux.ee> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/mm')
0 files changed, 0 insertions, 0 deletions