Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356623
b: refs/heads/master
c: fa79419
h: refs/heads/master
i:
  356621: 3b70799
  356619: 7bb49ec
  356615: f89568d
  356607: 818a787
v: v3
  • Loading branch information
Cliff Wickman authored and Linus Torvalds committed Feb 24, 2013
1 parent 60e3cfd commit 0347360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 240aadeedc4a89fc44623f8ce4ca46bda73db07e
refs/heads/master: fa794199e36a13063913e75487001b3038316e51
2 changes: 2 additions & 0 deletions trunk/mm/mmu_notifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ void __mmu_notifier_invalidate_range_start(struct mm_struct *mm,
}
srcu_read_unlock(&srcu, id);
}
EXPORT_SYMBOL_GPL(__mmu_notifier_invalidate_range_start);

void __mmu_notifier_invalidate_range_end(struct mm_struct *mm,
unsigned long start, unsigned long end)
Expand All @@ -187,6 +188,7 @@ void __mmu_notifier_invalidate_range_end(struct mm_struct *mm,
}
srcu_read_unlock(&srcu, id);
}
EXPORT_SYMBOL_GPL(__mmu_notifier_invalidate_range_end);

static int do_mmu_notifier_register(struct mmu_notifier *mn,
struct mm_struct *mm,
Expand Down

0 comments on commit 0347360

Please sign in to comment.