Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60607
b: refs/heads/master
c: d665840
h: refs/heads/master
i:
  60605: 264f54c
  60603: e826b68
  60599: c351c85
  60591: d53932e
  60575: cfb9f0e
  60543: 2669884
v: v3
  • Loading branch information
Arnd Bergmann authored and Kumar Gala committed Jun 29, 2007
1 parent 77d393e commit 7cde813
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 3dfaa762b59743719f00f2dc2f559de59f5502f7
refs/heads/master: d66584086717f6dda76d523ef58363deaa3efe51
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/52xx/efika.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ define_machine(efika)
.progress = rtas_progress,
.get_boot_time = rtas_get_boot_time,
.calibrate_decr = generic_calibrate_decr,
#ifdef CONFIG_PCI
.phys_mem_access_prot = pci_phys_mem_access_prot,
#endif
};

3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/embedded6xx/linkstation.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static struct mtd_partition linkstation_physmap_partitions[] = {

static int __init linkstation_add_bridge(struct device_node *dev)
{
#ifdef CONFIG_PCI
int len;
struct pci_controller *hose;
const int *bus_range;
Expand All @@ -78,7 +79,7 @@ static int __init linkstation_add_bridge(struct device_node *dev)
/* Interpret the "ranges" property */
/* This also maps the I/O region and sets isa_io/mem_base */
pci_process_bridge_OF_ranges(hose, dev, 1);

#endif
return 0;
}

Expand Down

0 comments on commit 7cde813

Please sign in to comment.