From: Srivatsa Vaddagiri Date: Tue, 27 Jun 2006 09:54:41 +0000 (-0700) Subject: [PATCH] sched_domai: Allocate sched_group structures dynamically X-Git-Tag: v2.6.18-rc1~505 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369381694ddcf03f1de403501c8b97099b5109ec;p=pandora-kernel.git [PATCH] sched_domai: Allocate sched_group structures dynamically As explained here: http://marc.theaimsgroup.com/?l=linux-kernel&m=114327539012323&w=2 there is a problem with sharing sched_group structures between two separate sched_group structures for different sched_domains. The patch has been tested and found to avoid the kernel lockup problem described in above URL. Signed-off-by: Srivatsa Vaddagiri Cc: Nick Piggin Cc: Ingo Molnar Cc: "Siddha, Suresh B" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed