Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123214
b: refs/heads/master
c: a086366
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Ingo Molnar committed Dec 17, 2008
1 parent 075c172 commit e22625f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d32251e846ccbcf9d2da041dffd1199f94b2a3b
refs/heads/master: a08636690d06b2e36cfb4c2b3ee133a81c47e1e0
5 changes: 5 additions & 0 deletions trunk/arch/x86/kernel/pci-swiotlb_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ phys_addr_t swiotlb_bus_to_phys(dma_addr_t baddr)
return baddr;
}

int __weak swiotlb_arch_range_needs_mapping(void *ptr, size_t size)
{
return 0;
}

static dma_addr_t
swiotlb_map_single_phys(struct device *hwdev, phys_addr_t paddr, size_t size,
int direction)
Expand Down

0 comments on commit e22625f

Please sign in to comment.