diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-26 19:50:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-26 19:50:48 -0400 |
commit | 6cd236e0057704d1f5c77908374079e021c83928 (patch) | |
tree | 302e002d62dcd4663aef7e9a98ca4b019e3e5c98 /arch/mips/cobalt | |
parent | 2c9dbda360d96819456f845ea92e20e4e9d0ed36 (diff) | |
parent | 8e15a0e35fdaf19e1aeb7923571e928bd6123cfd (diff) |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Count timer interrupts correctly.
[MIPS] SMTC and non-SMTC kernel and modules are incompatible
[MIPS] EMMA2RH: Disable GEN_RTC, it can't possibly work.
[MIPS] Remove a duplicated local variable in test_and_clear_bit()
[MIPS] use compat_siginfo in rt_sigframe_n32
[MIPS] 20K: Handle WAIT related bugs according to errata information
[MIPS] AP/SP requires shadow registers, auto enable support.
[MIPS] Fix pb1500 reg B access
[MIPS] Alchemy: Fix wrong cast
[MIPS] remove "support for" from system type entry
[MIPS] add io_map_base to pci_controller on Cobalt
[MIPS] __ucmpdi2 arguments are unsigned long long.
Diffstat (limited to 'arch/mips/cobalt')
-rw-r--r-- | arch/mips/cobalt/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cobalt/pci.c b/arch/mips/cobalt/pci.c index d91027f43de6..cfce7af1bca9 100644 --- a/arch/mips/cobalt/pci.c +++ b/arch/mips/cobalt/pci.c | |||
@@ -35,6 +35,7 @@ static struct pci_controller cobalt_pci_controller = { | |||
35 | .mem_resource = &cobalt_mem_resource, | 35 | .mem_resource = &cobalt_mem_resource, |
36 | .io_resource = &cobalt_io_resource, | 36 | .io_resource = &cobalt_io_resource, |
37 | .io_offset = 0 - GT_DEF_PCI0_IO_BASE, | 37 | .io_offset = 0 - GT_DEF_PCI0_IO_BASE, |
38 | .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE), | ||
38 | }; | 39 | }; |
39 | 40 | ||
40 | static int __init cobalt_pci_init(void) | 41 | static int __init cobalt_pci_init(void) |