Merge branch 'x86/urgent' into x86/xen
[pandora-kernel.git] / kernel / sched.c
index 26efa47..9e0fd1e 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;