Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112573
b: refs/heads/master
c: 68e91d6
h: refs/heads/master
i:
  112571: e8e192b
v: v3
  • Loading branch information
FUJITA Tomonori authored and Ingo Molnar committed Sep 8, 2008
1 parent a8d572c commit 24f410c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 823e7e8c6ef12cd1943dc42fe7595ca74e8cc3d7
refs/heads/master: 68e91d61346db4359464d06617500141cfd1442a
7 changes: 0 additions & 7 deletions trunk/lib/swiotlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,13 +467,6 @@ swiotlb_alloc_coherent(struct device *hwdev, size_t size,
void *ret;
int order = get_order(size);

/*
* XXX fix me: the DMA API should pass us an explicit DMA mask
* instead, or use ZONE_DMA32 (ia64 overloads ZONE_DMA to be a ~32
* bit range instead of a 16MB one).
*/
flags |= GFP_DMA;

ret = (void *)__get_free_pages(flags, order);
if (ret && address_needs_mapping(hwdev, virt_to_bus(ret))) {
/*
Expand Down

0 comments on commit 24f410c

Please sign in to comment.