Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[MIPS] BCM1480: Fix interrupt routing.

The old code did did only work as long as CFE and the kernel were using
the same interrupt numbering ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -2
+1 -2
arch/mips/pci/pci-bcm1480.c
··· 76 76 77 77 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) 78 78 { 79 - This is b0rked. 80 - return dev->irq; 79 + return K_BCM1480_INT_PCI_INTA + pin; 81 80 } 82 81 83 82 /* Do platform specific device initialization at pci_enable_device() time */