projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ca5079
)
[MIPS] add io_map_base to pci_controller on Cobalt
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Mon, 21 May 2007 14:02:34 +0000
(23:02 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 26 Jun 2007 17:57:33 +0000
(19:57 +0200)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cobalt/pci.c
patch
|
blob
|
history
diff --git
a/arch/mips/cobalt/pci.c
b/arch/mips/cobalt/pci.c
index
d91027f
..
cfce7af
100644
(file)
--- a/
arch/mips/cobalt/pci.c
+++ b/
arch/mips/cobalt/pci.c
@@
-35,6
+35,7
@@
static struct pci_controller cobalt_pci_controller = {
.mem_resource = &cobalt_mem_resource,
.io_resource = &cobalt_io_resource,
.io_offset = 0 - GT_DEF_PCI0_IO_BASE,
+ .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
};
static int __init cobalt_pci_init(void)