]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
alpha: Fix Eiger NR_IRQS to 128
authorMeelis Roos <mroos@linux.ee>
Fri, 12 Oct 2018 09:27:51 +0000 (12:27 +0300)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 14 Aug 2019 09:18:49 +0000 (11:18 +0200)
commit93acac4d63052f74fa7c2fe989ba66565cc0e33d
tree88fbb7a6735e4e56511ed92c01217e0f52291585
parentd2ae5fe64a28ad2c538059aabd2cfc711a026d9a
alpha: Fix Eiger NR_IRQS to 128

BugLink: https://bugs.launchpad.net/bugs/1837813
commit bfc913682464f45bc4d6044084e370f9048de9d5 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/alpha/include/asm/irq.h