From e9e77511563a1f42084bac7692070821b48dbc67 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Wed, 21 Apr 2010 20:57:08 +0200 Subject: [PATCH] --- yaml --- r: 190497 b: refs/heads/master c: 0dfeecacd8e4405209f217944818b90016bb4a9d h: refs/heads/master i: 190495: 33b36c991096c1240f83c1399356fa99c862a398 v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/pci-sb1250.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8ef4e23524a5..ac61f0682b01 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b20947aaa0026efd7355ae4bf70b56a13a3f98b1 +refs/heads/master: 0dfeecacd8e4405209f217944818b90016bb4a9d diff --git a/trunk/arch/mips/pci/pci-sb1250.c b/trunk/arch/mips/pci/pci-sb1250.c index ada24e6f951f..1711e8e101bc 100644 --- a/trunk/arch/mips/pci/pci-sb1250.c +++ b/trunk/arch/mips/pci/pci-sb1250.c @@ -37,6 +37,7 @@ #include #include #include +#include #include @@ -254,7 +255,7 @@ static int __init sb1250_pcibios_init(void) * XXX ehs: Should this happen in PCI Device mode? */ io_map_base = ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES, 1024 * 1024); - sb1250_controller.io_map_base = io_map_base; + sb1250_controller.io_map_base = (unsigned long)io_map_base; set_io_port_base((unsigned long)io_map_base); #ifdef CONFIG_SIBYTE_HAS_LDT