From 42797a1e3efbc99ff1d79cb3ca08130c54ec9d93 Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Fri, 29 Sep 2006 18:17:51 +0900 Subject: [PATCH] --- yaml --- r: 37872 b: refs/heads/master c: aa400804e0181d9c451b3b4ddba25f0a088e8c13 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/i8259.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 62b7d23adc70..22d5a110d042 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1924600cdb3143cdcc32b6fa43325739503659b9 +refs/heads/master: aa400804e0181d9c451b3b4ddba25f0a088e8c13 diff --git a/trunk/arch/mips/kernel/i8259.c b/trunk/arch/mips/kernel/i8259.c index ea36c8e8852c..48e3418c217b 100644 --- a/trunk/arch/mips/kernel/i8259.c +++ b/trunk/arch/mips/kernel/i8259.c @@ -302,11 +302,11 @@ static struct irqaction irq2 = { }; static struct resource pic1_io_resource = { - .name = "pic1", .start = 0x20, .end = 0x3f, .flags = IORESOURCE_BUSY + .name = "pic1", .start = 0x20, .end = 0x21, .flags = IORESOURCE_BUSY }; static struct resource pic2_io_resource = { - .name = "pic2", .start = 0xa0, .end = 0xbf, .flags = IORESOURCE_BUSY + .name = "pic2", .start = 0xa0, .end = 0xa1, .flags = IORESOURCE_BUSY }; /*