diff options
-rw-r--r-- | mm/mmu_notifier.c | 2 |
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 | } |
175 | EXPORT_SYMBOL_GPL(__mmu_notifier_invalidate_range_start); | ||
175 | 176 | ||
176 | void __mmu_notifier_invalidate_range_end(struct mm_struct *mm, | 177 | void __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 | } |
191 | EXPORT_SYMBOL_GPL(__mmu_notifier_invalidate_range_end); | ||
190 | 192 | ||
191 | static int do_mmu_notifier_register(struct mmu_notifier *mn, | 193 | static int do_mmu_notifier_register(struct mmu_notifier *mn, |
192 | struct mm_struct *mm, | 194 | struct mm_struct *mm, |