sched: cpu hotplug fix
authorIngo Molnar <mingo@elte.hu>
Thu, 12 Feb 2009 10:35:40 +0000 (11:35 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 12 Feb 2009 10:57:36 +0000 (11:57 +0100)
commita0490fa35dc0022ef95f64802e8edf18c411c790
tree3d284fad3edfb960b28cfb77cc0a36c532dc075d
parentb578f3fcca1e78624dfb5f358776e63711d7fda2
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>
kernel/sched.c