commit | 673a90a1e05c8127886f7659d1a457169378371f | [log] [tgz] |
---|---|---|
author | David Simner <djs203@srcf.ucam.org> | Tue Apr 29 10:08:59 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon May 05 23:56:18 2008 +0200 |
tree | 77469d2b1273d960b90520a088bd82bdf0276ee7 | |
parent | b328ca182f01c2a04b85e0ee8a410720b104fbcc [diff] |
sched: fix sched_info_switch not being called according to documentation http://bugzilla.kernel.org/show_bug.cgi?id=10545 sched_stats.h says that __sched_info_switch is "called when prev != next" in the comment. sched.c should therefore do that. Signed-off-by: Ingo Molnar <mingo@elte.hu>