commit | a0490fa35dc0022ef95f64802e8edf18c411c790 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Feb 12 11:35:40 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Feb 12 11:57:36 2009 +0100 |
tree | 3d284fad3edfb960b28cfb77cc0a36c532dc075d | |
parent | b578f3fcca1e78624dfb5f358776e63711d7fda2 [diff] |
sched: cpu hotplug fix rq_attach_root() does a kfree() with the runqueue lock held. That's not a very wise move, fix it. Signed-off-by: Ingo Molnar <mingo@elte.hu>