|
@@ -242,6 +242,11 @@ static inline void mmu_notifier_invalidate_range_end(struct mm_struct *mm,
|
|
__mmu_notifier_invalidate_range_end(mm, start, end);
|
|
__mmu_notifier_invalidate_range_end(mm, start, end);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static inline void mmu_notifier_invalidate_range(struct mm_struct *mm,
|
|
|
|
+ unsigned long start, unsigned long end)
|
|
|
|
+{
|
|
|
|
+}
|
|
|
|
+
|
|
static inline void mmu_notifier_mm_init(struct mm_struct *mm)
|
|
static inline void mmu_notifier_mm_init(struct mm_struct *mm)
|
|
{
|
|
{
|
|
mm->mmu_notifier_mm = NULL;
|
|
mm->mmu_notifier_mm = NULL;
|
|
@@ -342,6 +347,11 @@ static inline void mmu_notifier_invalidate_range_end(struct mm_struct *mm,
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static inline void mmu_notifier_invalidate_range(struct mm_struct *mm,
|
|
|
|
+ unsigned long start, unsigned long end)
|
|
|
|
+{
|
|
|
|
+}
|
|
|
|
+
|
|
static inline void mmu_notifier_mm_init(struct mm_struct *mm)
|
|
static inline void mmu_notifier_mm_init(struct mm_struct *mm)
|
|
{
|
|
{
|
|
}
|
|
}
|