commit | 7fd7d83d49914f03aefffba6aee09032fcd54cce | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Tue Feb 17 23:24:03 2009 -0800 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Sun Mar 29 23:35:59 2009 -0700 |
tree | 8c9f5b95f6b63b5d28887f47d92a6c79139eac5f | |
parent | b8bcfe997e46150fedcc3f5b26b846400122fdd9 [diff] |
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>