From: Peter Zijlstra Date: Wed, 5 Sep 2007 12:32:49 +0000 (+0200) Subject: sched: improve prev_sum_exec_runtime setting X-Git-Tag: v2.6.23-rc6~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a55b45036a677fac43fe81ddf7fdcd007aaaee7;p=pandora-kernel.git sched: improve prev_sum_exec_runtime setting Second preparatory patch for fix-ideal runtime: Mark prev_sum_exec_runtime at the beginning of our run, the same spot that adds our wait period to wait_runtime. This seems a more natural location to do this, and it also reduces the code a bit: text data bss dec hex filename 13397 228 1204 14829 39ed sched.o.before 13391 228 1204 14823 39e7 sched.o.after Signed-off-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed