Skip to content

Commit

Permalink
[MIPS] Update i8259 resources.
Browse files Browse the repository at this point in the history
Updated i8259 resources to same as i386.

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 1, 2006
1 parent 1924600 commit aa40080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/kernel/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

/*
Expand Down

0 comments on commit aa40080

Please sign in to comment.