From c4a47394279163f0b28ba90e57d158e9eb5b32fa Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sat, 19 Feb 2005 13:58:37 +0000 Subject: [PATCH] --- yaml --- r: 11008 b: refs/heads/master c: dd193261482ac235f08836750d22689fd55c5ca0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/pci-ip32.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d858adf843e1..a1feacb813e6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 16033d6104f1704bea19ca2684b1c97731479048 +refs/heads/master: dd193261482ac235f08836750d22689fd55c5ca0 diff --git a/trunk/arch/mips/pci/pci-ip32.c b/trunk/arch/mips/pci/pci-ip32.c index 000dc6af6cd3..180af89bcb1e 100644 --- a/trunk/arch/mips/pci/pci-ip32.c +++ b/trunk/arch/mips/pci/pci-ip32.c @@ -136,7 +136,9 @@ static int __init mace_init(void) BUG_ON(request_irq(MACE_PCI_BRIDGE_IRQ, macepci_error, 0, "MACE PCI error", NULL)); - ioport_resource.end = mace_pci_io_resource.end; + iomem_resource = mace_pci_mem_resource; + ioport_resource = mace_pci_io_resource; + register_pci_controller(&mace_pci_controller); return 0;