Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259096
b: refs/heads/master
c: 6d251dd
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Jun 23, 2011
1 parent 6e4f79b commit 6447e50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c065488f1acfc0be75584c0fe156fc806820f39d
refs/heads/master: 6d251ddff82d61ebff211f95ce826f8d81283181
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/platforms/85xx/corenet_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <asm/time.h>
#include <asm/machdep.h>
#include <asm/pci-bridge.h>
#include <asm/ppc-pci.h>
#include <mm/mmu_decl.h>
#include <asm/prom.h>
#include <asm/udbg.h>
Expand Down Expand Up @@ -90,6 +91,10 @@ void __init corenet_ds_setup_arch(void)
hose->dma_window_size);
}
}

#ifdef CONFIG_PPC64
pci_devs_phb_init();
#endif
#endif

#ifdef CONFIG_SWIOTLB
Expand Down

0 comments on commit 6447e50

Please sign in to comment.