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 26efa475bdc1..9e0fd1ef1a47 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -2766,7 +2766,7 @@ context_switch(struct rq *rq, struct task_struct *prev,
2766 * combine the page table reload and the switch backend into 2766 * combine the page table reload and the switch backend into
2767 * one hypercall. 2767 * one hypercall.
2768 */ 2768 */
2769 arch_enter_lazy_cpu_mode(); 2769 arch_start_context_switch(prev);
2770 2770
2771 if (unlikely(!mm)) { 2771 if (unlikely(!mm)) {
2772 next->active_mm = oldmm; 2772 next->active_mm = oldmm;