summaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorKristoffer Ericson <Kristoffer.Ericson@gmail.com>2007-09-11 03:51:02 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2007-09-21 02:57:53 (GMT)
commitc9eaaa9763702bdeac5ac5f790dcebafbada44bb (patch)
treec43e6004e0bab1bed066631aa4a006eab1cb98c6 /arch/sh
parent4f247e84bdb81aab8880f556882a449782a1ea8b (diff)
downloadlinux-fsl-qoriq-c9eaaa9763702bdeac5ac5f790dcebafbada44bb.tar.xz
sh: hp6xx: Update CF IRQ for INTC changes.
The vector changed, so follow the INTC changes for the new vector. Signed-off-by: Kristoffer Ericson <Kristoffer.Ericson@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/hp6xx/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/hp6xx/setup.c b/arch/sh/boards/hp6xx/setup.c
index 7ae7089..ac527a8 100644
--- a/arch/sh/boards/hp6xx/setup.c
+++ b/arch/sh/boards/hp6xx/setup.c
@@ -34,7 +34,7 @@ static struct resource cf_ide_resources[] = {
.flags = IORESOURCE_MEM,
},
[2] = {
- .start = 93,
+ .start = 77,
.flags = IORESOURCE_IRQ,
},
};