aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mmu_context.c
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2014-04-07 08:52:12 -0400
committerDavid Vrabel <david.vrabel@citrix.com>2014-04-07 08:52:12 -0400
commit2c5cb2770392fb9c5d8518688c8bc61986d70dc6 (patch)
treeb19210e709de6ee0d22b67ef605a569500cf1a18 /mm/mmu_context.c
parentcd979883b9ede90643e019f33cb317933eb867b4 (diff)
parent683b6c6f82a60fabf47012581c2cfbf1b037ab95 (diff)
Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus-3.15
This merge of the irq-core-for-linus branch broke the ARM build when Xen is enabled. Conflicts: drivers/xen/events/events_base.c
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)
31 tsk->mm = mm; 31 tsk->mm = mm;
32 switch_mm(active_mm, mm, tsk); 32 switch_mm(active_mm, mm, tsk);
33 task_unlock(tsk); 33 task_unlock(tsk);
34#ifdef finish_arch_post_lock_switch
35 finish_arch_post_lock_switch();
36#endif
34 37
35 if (active_mm != mm) 38 if (active_mm != mm)
36 mmdrop(active_mm); 39 mmdrop(active_mm);