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)
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>

No differences found