aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/philips/pnx8550/jbs/irqmap.c
diff options
context:
space:
mode:
authorVitaly Wool <vitalywool@gmail.com>2006-12-08 11:40:35 +0300
committerRalf Baechle <ralf@linux-mips.org>2006-12-09 01:04:00 +0000
commitf0647a52974daccbe20990fb6341f07792445fe0 (patch)
tree535e0cc2f3dc79136656eee10820fdbcc57bc841 /arch/mips/philips/pnx8550/jbs/irqmap.c
parent[MIPS] Qemu now has an ELF loader. (diff)
downloadlinux-dev-f0647a52974daccbe20990fb6341f07792445fe0.tar.xz
linux-dev-f0647a52974daccbe20990fb6341f07792445fe0.zip
[PATCH] add STB810 support (Philips PNX8550-based)
Signed-off-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/philips/pnx8550/jbs/irqmap.c')
-rw-r--r--arch/mips/philips/pnx8550/jbs/irqmap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/philips/pnx8550/jbs/irqmap.c b/arch/mips/philips/pnx8550/jbs/irqmap.c
index f78e0423dc98..98c3429e6e50 100644
--- a/arch/mips/philips/pnx8550/jbs/irqmap.c
+++ b/arch/mips/philips/pnx8550/jbs/irqmap.c
@@ -28,9 +28,9 @@
#include <linux/init.h>
#include <int.h>
-char irq_tab_jbs[][5] __initdata = {
- [8] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
- [9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
- [17] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
+char pnx8550_irq_tab[][5] __initdata = {
+ [8] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
+ [9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
+ [17] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
};