Commit aa400804 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle

[MIPS] Update i8259 resources.

Updated i8259 resources to same as i386.
Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1924600c
...@@ -302,11 +302,11 @@ static struct irqaction irq2 = { ...@@ -302,11 +302,11 @@ static struct irqaction irq2 = {
}; };
static struct resource pic1_io_resource = { 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 = { static struct resource pic2_io_resource = {
.name = "pic2", .start = 0xa0, .end = 0xbf, .flags = IORESOURCE_BUSY .name = "pic2", .start = 0xa0, .end = 0xa1, .flags = IORESOURCE_BUSY
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment