Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158053
b: refs/heads/master
c: 8ab7ff4
h: refs/heads/master
i:
  158051: 20b93ff
v: v3
  • Loading branch information
FUJITA Tomonori committed Jul 28, 2009
1 parent c0af751 commit f977310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 862d196b27bd30a5ab8109d5cdb37980d81b1fe9
refs/heads/master: 8ab7ff42c9dd9231706a4ba7120eed22ff52a93b
11 changes: 0 additions & 11 deletions trunk/arch/powerpc/kernel/dma-swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@
int swiotlb __read_mostly;
unsigned int ppc_swiotlb_enable;

dma_addr_t swiotlb_phys_to_bus(struct device *hwdev, phys_addr_t paddr)
{
return paddr + get_dma_direct_offset(hwdev);
}

phys_addr_t swiotlb_bus_to_phys(struct device *hwdev, dma_addr_t baddr)

{
return baddr - get_dma_direct_offset(hwdev);
}

/*
* Determine if an address is reachable by a pci device, or if we must bounce.
*/
Expand Down

0 comments on commit f977310

Please sign in to comment.