projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc0c2a
)
iommu/vt-d: Don't clear GFP_DMA and GFP_DMA32 flags
author
Christoph Hellwig
<hch@lst.de>
Wed, 10 Apr 2019 16:14:08 +0000
(18:14 +0200)
committer
Joerg Roedel
<jroedel@suse.de>
Thu, 11 Apr 2019 15:46:34 +0000
(17:46 +0200)
We already do this in the caller.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/intel-iommu.c
b/drivers/iommu/intel-iommu.c
index 1b7dd11e5581a5c331a164221677f3e3d38c3990..599a25809440fdef05f1b7f340f0bf6cefa09e97 100644
(file)
--- a/
drivers/iommu/intel-iommu.c
+++ b/
drivers/iommu/intel-iommu.c
@@
-3790,7
+3790,6
@@
static void *intel_alloc_coherent(struct device *dev, size_t size,
size = PAGE_ALIGN(size);
order = get_order(size);
- flags &= ~(GFP_DMA | GFP_DMA32);
if (gfpflags_allow_blocking(flags)) {
unsigned int count = size >> PAGE_SHIFT;