projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1924600
)
[MIPS] Update i8259 resources.
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Fri, 29 Sep 2006 09:17:51 +0000
(18:17 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 1 Oct 2006 22:16:59 +0000
(23:16 +0100)
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>
arch/mips/kernel/i8259.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/i8259.c
b/arch/mips/kernel/i8259.c
index ea36c8e8852c1b9f1b0c2c5e789e5d6e4e40ee29..48e3418c217b8445509fa6326daf2fefbfc2a220 100644
(file)
--- a/
arch/mips/kernel/i8259.c
+++ b/
arch/mips/kernel/i8259.c
@@
-302,11
+302,11
@@
static struct irqaction irq2 = {
};
static struct resource pic1_io_resource = {
- .name = "pic1", .start = 0x20, .end = 0x
3f
, .flags = IORESOURCE_BUSY
+ .name = "pic1", .start = 0x20, .end = 0x
21
, .flags = IORESOURCE_BUSY
};
static struct resource pic2_io_resource = {
- .name = "pic2", .start = 0xa0, .end = 0x
bf
, .flags = IORESOURCE_BUSY
+ .name = "pic2", .start = 0xa0, .end = 0x
a1
, .flags = IORESOURCE_BUSY
};
/*