From: Ingo Molnar Date: Thu, 12 Feb 2009 10:35:40 +0000 (+0100) Subject: sched: cpu hotplug fix X-Git-Tag: v2.6.29-rc6~71^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0490fa35dc0022ef95f64802e8edf18c411c790;p=pandora-kernel.git 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 --- Reading git-diff-tree failed