From: Jeremy Fitzhardinge Date: Wed, 18 Feb 2009 19:18:57 +0000 (-0800) Subject: x86/paravirt: finish change from lazy cpu to context switch start/end X-Git-Tag: v2.6.31-rc1~410^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224101ed69d3fbb486868e0f6e0f9fa37302efb4;p=pandora-kernel.git 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 Acked-by: Peter Zijlstra --- Reading git-diff-tree failed