From: Ingo Molnar Date: Thu, 9 Aug 2007 09:16:45 +0000 (+0200) Subject: sched: reorder update_cpu_load(rq) with the ->task_tick() call X-Git-Tag: v2.6.23-rc3~73^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a438d813d416fa9f4be4e6dbd10b54c5938d89;p=pandora-kernel.git sched: reorder update_cpu_load(rq) with the ->task_tick() call Peter Williams suggested to flip the order of update_cpu_load(rq) with the ->task_tick() call. This is a NOP for the current scheduler (the two functions are independent of each other), ->task_tick() might create some state for update_cpu_load() in the future (or in PlugSched). Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed