Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11008
b: refs/heads/master
c: dd19326
h: refs/heads/master
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Oct 29, 2005
1 parent 52697f9 commit c4a4739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16033d6104f1704bea19ca2684b1c97731479048
refs/heads/master: dd193261482ac235f08836750d22689fd55c5ca0
4 changes: 3 additions & 1 deletion trunk/arch/mips/pci/pci-ip32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c4a4739

Please sign in to comment.