aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/mmu_notifier.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/mmu_notifier.c b/mm/mmu_notifier.c
index f5c3d968d8c6..2175fb0d501c 100644
--- a/mm/mmu_notifier.c
+++ b/mm/mmu_notifier.c
@@ -172,6 +172,7 @@ void __mmu_notifier_invalidate_range_start(struct mm_struct *mm,
172 } 172 }
173 srcu_read_unlock(&srcu, id); 173 srcu_read_unlock(&srcu, id);
174} 174}
175EXPORT_SYMBOL_GPL(__mmu_notifier_invalidate_range_start);
175 176
176void __mmu_notifier_invalidate_range_end(struct mm_struct *mm, 177void __mmu_notifier_invalidate_range_end(struct mm_struct *mm,
177 unsigned long start, unsigned long end) 178 unsigned long start, unsigned long end)
@@ -187,6 +188,7 @@ void __mmu_notifier_invalidate_range_end(struct mm_struct *mm,
187 } 188 }
188 srcu_read_unlock(&srcu, id); 189 srcu_read_unlock(&srcu, id);
189} 190}
191EXPORT_SYMBOL_GPL(__mmu_notifier_invalidate_range_end);
190 192
191static int do_mmu_notifier_register(struct mmu_notifier *mn, 193static int do_mmu_notifier_register(struct mmu_notifier *mn,
192 struct mm_struct *mm, 194 struct mm_struct *mm,