x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 18 Feb 2009 07:24:03 +0000 (23:24 -0800)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Mon, 30 Mar 2009 06:35:59 +0000 (23:35 -0700)
commit7fd7d83d49914f03aefffba6aee09032fcd54cce
tree8c9f5b95f6b63b5d28887f47d92a6c79139eac5f
parentb8bcfe997e46150fedcc3f5b26b846400122fdd9
x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switch

Impact: simplification, prepare for later changes

Make lazy cpu mode more specific to context switching, so that
it makes sense to do more context-switch specific things in
the callbacks.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
arch/x86/include/asm/paravirt.h
arch/x86/kernel/paravirt.c
arch/x86/kernel/process_32.c
arch/x86/kernel/process_64.c
arch/x86/xen/mmu.c
include/asm-frv/pgtable.h
include/asm-generic/pgtable.h
kernel/sched.c