aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/pci/fixup-pnx8550.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.osdl.org>2006-12-08 17:21:38 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-08 17:21:38 -0800
commit200d018eff4be3a1fb9823441cfcebb7de86a677 (patch)
tree76dc7b8643da0fc19208067c44e3f346f11f6cc8 /arch/mips/pci/fixup-pnx8550.c
parenteb991b39385c7b04923d701764a34694ec54b53d (diff)
parentf0647a52974daccbe20990fb6341f07792445fe0 (diff)
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus: [PATCH] add STB810 support (Philips PNX8550-based) [MIPS] Qemu now has an ELF loader. [MIPS] Add GENERIC_HARDIRQS_NO__DO_IRQ for i8259 users [MIPS] Optimize csum_partial for 64bit kernel [MIPS] Optimize flow of csum_partial [MIPS] Make csum_partial more readable [MIPS] Rename SNI_RM200_PCI to just SNI_RM preparing for more RM machines
Diffstat (limited to 'arch/mips/pci/fixup-pnx8550.c')
-rw-r--r--arch/mips/pci/fixup-pnx8550.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/pci/fixup-pnx8550.c b/arch/mips/pci/fixup-pnx8550.c
index 4256b3b30b7..50546dab668 100644
--- a/arch/mips/pci/fixup-pnx8550.c
+++ b/arch/mips/pci/fixup-pnx8550.c
@@ -33,7 +33,7 @@
#define DBG(x...)
#endif
-extern char irq_tab_jbs[][5];
+extern char pnx8550_irq_tab[][5];
void __init pcibios_fixup_resources(struct pci_dev *dev)
{
@@ -47,7 +47,7 @@ void __init pcibios_fixup(void)
int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
- return irq_tab_jbs[slot][pin];
+ return pnx8550_irq_tab[slot][pin];
}
/* Do platform specific device initialization at pci_enable_device() time */