From: Siddha, Suresh B Date: Tue, 3 Oct 2006 08:14:06 +0000 (-0700) Subject: [PATCH] sched: remove unnecessary sched group allocations X-Git-Tag: v2.6.19-rc1~346 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a616058b7815aafb2163fc795e02a055b0dbc5e2;p=pandora-kernel.git [PATCH] sched: remove unnecessary sched group allocations Remove dynamic sched group allocations for MC and SMP domains. These allocations can easily fail on big systems(1024 or so CPUs) and we can live with out these dynamic allocations. [akpm@osdl.org: build fix] Signed-off-by: Suresh Siddha Acked-by: Ingo Molnar Acked-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed