commit | f1a438d813d416fa9f4be4e6dbd10b54c5938d89 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:45 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:45 2007 +0200 |
tree | 0aeb01cea731ed44d765c6a2d599edbd6db5c9c2 | |
parent | 0915c4e89d311948b67cdd4c183a2efbcafcc9f9 [diff] |
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 <mingo@elte.hu>