aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched.c')
-rw-r--r--kernel/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index c3c04e256560..076e403b9c88 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -2783,7 +2783,7 @@ context_switch(struct rq *rq, struct task_struct *prev,
2783 * combine the page table reload and the switch backend into 2783 * combine the page table reload and the switch backend into
2784 * one hypercall. 2784 * one hypercall.
2785 */ 2785 */
2786 arch_enter_lazy_cpu_mode(); 2786 arch_start_context_switch(prev);
2787 2787
2788 if (unlikely(!mm)) { 2788 if (unlikely(!mm)) {
2789 next->active_mm = oldmm; 2789 next->active_mm = oldmm;