commit | e6c8fba7771563b2f3dfb96a78f36ec17e15bdf0 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Dec 16 18:04:33 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 16 19:01:54 2009 +0100 |
tree | 232d6ea7b028d3a98ea5eaa9ceffb21aff19db35 | |
parent | 9ee349ad6d326df3633d43f54202427295999c47 [diff] |
sched: Fix task_hot() test order Make sure not to access sched_fair fields before verifying it is indeed a sched_fair task. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> CC: stable@kernel.org LKML-Reference: <20091216170517.577998058@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>