| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: Alchemy: fix DB1550 PCI interrupt typo |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Mon, 12 Oct 2009 18:57:06 +0200 |
| Cc: | Linux-MIPS <linux-mips@linux-mips.org>, Manuel Lauss <manuel.lauss@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=ZYIUeg5y0XKdj6v/zoqFmhURjt+Wp7XFhEmHDcKfA1M=; b=QsOoZ5dlXUPgea6PM+HqAmn57tcYSkH5xrJXdS8BeIGG9+stkAI633arPkoL6eOogW oj+TbWVWVEixYp/GOtNu/+VoWgZoyZNChGfpm9RVK1GbZVxxVzFuleKyBWnvypEIVDoI SYWjVXYnOU+kS2j/+iifat6plliNszX95jhTg= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=UjeExj06Dv8lTbggayoW82POZg8shWJDgvNjhraNOaXk+Kh/5B/bG7NWle/iaM5dLr EkA4CRRFv2nXT02CMO7UADCzDA7mzt1Zn+zacHjjPgoqtNwPOUFsAVBpjcIjyCK2VrNc AvlUIfP7IDbYWpGaW7EjylyGrCffXzQDmjc98= |
| In-reply-to: | <1254939315-8158-5-git-send-email-manuel.lauss@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1254939315-8158-5-git-send-email-manuel.lauss@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Fix a copy-paste error in patch "Alchemy: Stop IRQ name sharing".
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
Ralf, please fold this into the patch "Alchemy: Stop IRQ name sharing"
in lmo-queue!
Thanks!
arch/mips/alchemy/devboards/db1x00/board_setup.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/mips/alchemy/devboards/db1x00/board_setup.c
b/arch/mips/alchemy/devboards/db1x00/board_setup.c
index b1f3711..64eb26f 100644
--- a/arch/mips/alchemy/devboards/db1x00/board_setup.c
+++ b/arch/mips/alchemy/devboards/db1x00/board_setup.c
@@ -62,9 +62,9 @@ char irq_tab_alchemy[][5] __initdata = {
#ifdef CONFIG_MIPS_DB1550
char irq_tab_alchemy[][5] __initdata = {
- [11] = { -1, AU1500_PCI_INTC, 0xff, 0xff, 0xff }, /* IDSEL 11 -
on-board HPT371 */
- [12] = { -1, AU1500_PCI_INTB, AU1500_PCI_INTC, AU1500_PCI_INTD,
AU1500_PCI_INTA }, /* IDSEL 12 - PCI slot 2 (left) */
- [13] = { -1, AU1500_PCI_INTA, AU1500_PCI_INTB, AU1500_PCI_INTC,
AU1500_PCI_INTD }, /* IDSEL 13 - PCI slot 1 (right) */
+ [11] = { -1, AU1550_PCI_INTC, 0xff, 0xff, 0xff }, /* IDSEL 11 -
on-board HPT371 */
+ [12] = { -1, AU1550_PCI_INTB, AU1550_PCI_INTC, AU1550_PCI_INTD,
AU1550_PCI_INTA }, /* IDSEL 12 - PCI slot 2 (left) */
+ [13] = { -1, AU1550_PCI_INTA, AU1550_PCI_INTB, AU1550_PCI_INTC,
AU1550_PCI_INTD }, /* IDSEL 13 - PCI slot 1 (right) */
};
#endif
--
1.6.5.rc2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 15/15] Do not rely on the initial state of TC/VPE bindings when doing cross VPE writes, Ralf Baechle |
|---|---|
| Next by Date: | gcc/binutils versions, W.P. |
| Previous by Thread: | [PATCH 4/4] Alchemy: Stop IRQ name sharing, Manuel Lauss |
| Next by Thread: | Re: [PATCH] MIPS: Alchemy: fix DB1550 PCI interrupt typo, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |