Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cf0f840 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dma-iommu: Fix DMA_ATTR_PRIVILEGED flag definition"

parents 5a7c823f 2c97d0ad
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -111,12 +111,7 @@
 * accessible at an elevated privilege level (and ideally inaccessible or
 * at least read-only at lesser-privileged levels).
 */
#define DMA_ATTR_PRIVILEGED		(1UL << 9)

/*
 * DMA_ATTR_SKIP_ZEROING: Do not zero mapping.
 */
#define DMA_ATTR_SKIP_ZEROING		(1UL << 10)
#define DMA_ATTR_PRIVILEGED		(1UL << 17)

#define DMA_ERROR_CODE       (~(dma_addr_t)0)