aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmu_context.c
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-06-17 17:30:23 -0400
committerPaul Moore <pmoore@redhat.com>2014-06-17 17:30:23 -0400
commit170b5910d9fbea79de1bb40df22eda5f98250c0c (patch)
treeca9560e878d2842d45c6f99077d0d8b8f8b0f9ba /mm/mmu_context.c
parentselinux: conditionally reschedule in hashtab_insert while loading selinux policy (diff)
parentLinux 3.15 (diff)
downloadlinux-dev-170b5910d9fbea79de1bb40df22eda5f98250c0c.tar.xz
linux-dev-170b5910d9fbea79de1bb40df22eda5f98250c0c.zip
Merge tag 'v3.15' into next
Linux 3.15
Diffstat (limited to 'mm/mmu_context.c')
-rw-r--r--mm/mmu_context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/mmu_context.c b/mm/mmu_context.c
index 8a8cd0265e52..f802c2d216a7 100644
--- a/mm/mmu_context.c
+++ b/mm/mmu_context.c
@@ -31,6 +31,9 @@ void use_mm(struct mm_struct *mm)
tsk->mm = mm;
switch_mm(active_mm, mm, tsk);
task_unlock(tsk);
+#ifdef finish_arch_post_lock_switch
+ finish_arch_post_lock_switch();
+#endif
if (active_mm != mm)
mmdrop(active_mm);