Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5143
b: refs/heads/master
c: 9f6a3d0
h: refs/heads/master
i:
  5141: 21bf690
  5139: 7f46685
  5135: 4c1c901
v: v3
  • Loading branch information
Matt Porter authored and Linus Torvalds committed Jul 27, 2005
1 parent 49d7d9c commit d648a68
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: 15ce2982c6bc41ccd7f2cbca63e024aa9044c000
refs/heads/master: 9f6a3d083729c76ced92106c259f0e6536a2eaea
2 changes: 1 addition & 1 deletion trunk/include/asm-ppc/dma-mapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dma_map_page(struct device *dev, struct page *page,

__dma_sync_page(page, offset, size, direction);

return (page - mem_map) * PAGE_SIZE + PCI_DRAM_OFFSET + offset;
return page_to_bus(page) + offset;
}

/* We do nothing. */
Expand Down

0 comments on commit d648a68

Please sign in to comment.