Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85951
b: refs/heads/master
c: eaf7943
h: refs/heads/master
i:
  85949: 2b33e5c
  85947: 989dd7e
  85943: c68a2d6
  85935: 7b1c0cd
  85919: 28f8f89
  85887: 7b88cee
v: v3
  • Loading branch information
Ralf Baechle committed Feb 19, 2008
1 parent bafbf45 commit 172cc74
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0e568536d94256819f17662c26c82a42e44a7a7c
refs/heads/master: eaf7943cc53d9688aa10267a226165356e956ec5
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/mach-ip27/dma-coherence.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static dma_addr_t plat_map_dma_mem_page(struct device *dev, struct page *page)

static unsigned long plat_dma_addr_to_phys(dma_addr_t dma_addr)
{
return dma_addr & (0xffUL << 56);
return dma_addr & ~(0xffUL << 56);
}

static inline void plat_unmap_dma_mem(dma_addr_t dma_addr)
Expand Down

0 comments on commit 172cc74

Please sign in to comment.