Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37872
b: refs/heads/master
c: aa40080
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 1, 2006
1 parent 6bccec6 commit 42797a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1924600cdb3143cdcc32b6fa43325739503659b9
refs/heads/master: aa400804e0181d9c451b3b4ddba25f0a088e8c13
4 changes: 2 additions & 2 deletions trunk/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 42797a1

Please sign in to comment.