From: Hillf Danton Date: Fri, 17 Jun 2011 01:55:21 +0000 (-0400) Subject: sched: Remove resetting exec_start in put_prev_task_rt() X-Git-Tag: v3.2-rc1~161^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1812a643ccbfeb61a00a7f0d7219606e63d8815b;p=pandora-kernel.git sched: Remove resetting exec_start in put_prev_task_rt() There's no reason to clean the exec_start in put_prev_task_rt() as it is reset when the task gets back to the run queue. This saves us doing a store() in the fast path. Signed-off-by: Hillf Danton Signed-off-by: Steven Rostedt Signed-off-by: Peter Zijlstra Cc: Mike Galbraith Cc: Yong Zhang Link: http://lkml.kernel.org/r/BANLkTimqWD=q6YnSDi-v9y=LMWecgEzEWg@mail.gmail.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed