aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
diff options
context:
space:
mode:
authorKristoffer Ericson <Kristoffer.Ericson@gmail.com>2007-09-11 12:51:02 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-09-21 11:57:53 +0900
commitc9eaaa9763702bdeac5ac5f790dcebafbada44bb (patch)
treec43e6004e0bab1bed066631aa4a006eab1cb98c6 /arch/sh/boards
parentsh: dma: Fix up build for SH7709 support. (diff)
downloadlinux-dev-c9eaaa9763702bdeac5ac5f790dcebafbada44bb.tar.xz
linux-dev-c9eaaa9763702bdeac5ac5f790dcebafbada44bb.zip
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/boards')
-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 7ae708930bac..ac527a870884 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,
},
};