Merge branch 'x86/urgent' into x86/xen
[deliverable/linux.git] / kernel / sched.c
index 26efa475bdc143f6e4459067c18ce57e71608764..9e0fd1ef1a47425b1388d19af05b8d4b2bab1b7f 100644 (file)
@@ -2766,7 +2766,7 @@ context_switch(struct rq *rq, struct task_struct *prev,
         * combine the page table reload and the switch backend into
         * one hypercall.
         */
-       arch_enter_lazy_cpu_mode();
+       arch_start_context_switch(prev);
 
        if (unlikely(!mm)) {
                next->active_mm = oldmm;
This page took 0.028836 seconds and 5 git commands to generate.