Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9233
b: refs/heads/master
c: 586a90e
h: refs/heads/master
i:
  9231: 40f5f16
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Sep 23, 2005
1 parent 305d8a7 commit 89c5329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 275abf5b06676ca057cf3e15f0d027eafcb204a0
refs/heads/master: 586a90eb4c0b512df766e08a7718af7c6b9b2dcf
5 changes: 2 additions & 3 deletions trunk/arch/ppc64/kernel/pSeries_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,8 @@ static void iommu_dev_setup_pSeriesLP(struct pci_dev *dev)
* slots on POWER4 machines.
*/
if (dma_window == NULL || pdn->parent == NULL) {
/* Fall back to regular (non-LPAR) dev setup */
DBG("No dma window for device, falling back to regular setup\n");
iommu_dev_setup_pSeries(dev);
DBG("No dma window for device, linking to parent\n");
PCI_DN(dn)->iommu_table = PCI_DN(pdn)->iommu_table;
return;
} else {
DBG("Found DMA window, allocating table\n");
Expand Down

0 comments on commit 89c5329

Please sign in to comment.