summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-20 04:40:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-20 04:40:58 -0700
commit27a0d415d49e726d6c2866c35c525101d5b7873f (patch)
treedda1ada095b50172d5c6a248b76604521445b650 /include
parent815709b5cd50e9d17b2a51a7e531c99d43d27698 (diff)
parent4f8307107888499c15838aa83c5656c7cd3beaf4 (diff)
Merge "iommu/arm-smmu: add support to configure IOVA range"
Diffstat (limited to 'include')
-rw-r--r--include/linux/io-pgtable-fast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/io-pgtable-fast.h b/include/linux/io-pgtable-fast.h
index 029e11f9919b..6a56f0039f15 100644
--- a/include/linux/io-pgtable-fast.h
+++ b/include/linux/io-pgtable-fast.h
@@ -37,7 +37,7 @@ void av8l_fast_unmap_public(av8l_fast_iopte *ptep, size_t size);
#define AV8L_FAST_PTE_UNMAPPED_NEED_TLBI 0xa
void av8l_fast_clear_stale_ptes(av8l_fast_iopte *puds, u64 base,
- u64 end, bool skip_sync);
+ u64 start, u64 end, bool skip_sync);
void av8l_register_notify(struct notifier_block *nb);
#else /* !CONFIG_IOMMU_IO_PGTABLE_FAST_PROVE_TLB */
@@ -46,6 +46,7 @@ void av8l_register_notify(struct notifier_block *nb);
static inline void av8l_fast_clear_stale_ptes(av8l_fast_iopte *puds,
u64 base,
+ u64 start,
u64 end,
bool skip_sync)
{