Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229305
b: refs/heads/master
c: 741d204
h: refs/heads/master
i:
  229303: 3bd98fa
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Benjamin Herrenschmidt committed Nov 29, 2010
1 parent 9e80a0d commit 8ade5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 2f9c9be2ff31670c942572cf96eb6c696362b584
refs/heads/master: 741d204cee6d62bbe0f74ab57ef31702b7d90f62
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/platforms/cell/beat_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static void __init celleb_init_direct_mapping(void)

static void celleb_dma_dev_setup(struct device *dev)
{
dev->archdata.dma_ops = get_pci_dma_ops();
set_dma_ops(dev, &dma_direct_ops);
set_dma_offset(dev, celleb_dma_direct_offset);
}

Expand Down Expand Up @@ -106,7 +106,6 @@ static struct notifier_block celleb_of_bus_notifier = {
static int __init celleb_init_iommu(void)
{
celleb_init_direct_mapping();
set_pci_dma_ops(&dma_direct_ops);
ppc_md.pci_dma_dev_setup = celleb_pci_dma_dev_setup;
bus_register_notifier(&platform_bus_type, &celleb_of_bus_notifier);

Expand Down

0 comments on commit 8ade5a1

Please sign in to comment.