commit | 224101ed69d3fbb486868e0f6e0f9fa37302efb4 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Wed Feb 18 11:18:57 2009 -0800 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Sun Mar 29 23:36:01 2009 -0700 |
tree | 46830842a99659421eeabee65d299ab4c3b59f28 | |
parent | b407fc57b815b2016186220baabc76cc8264206e [diff] |
x86/paravirt: finish change from lazy cpu to context switch start/end Impact: fix lazy context switch API Pass the previous and next tasks into the context switch start end calls, so that the called functions can properly access the task state (esp in end_context_switch, in which the next task is not yet completely current). Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>