[PATCH] ched domain: move sched group allocations to percpu area
authorSiddha, Suresh B <suresh.b.siddha@intel.com>
Sun, 10 Dec 2006 10:20:07 +0000 (02:20 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sun, 10 Dec 2006 17:55:42 +0000 (09:55 -0800)
commit6711cab43ed5e60bf51e3dbbce6395e87d4e9805
treede7c1b25add18dbfccf5fbccdaccca7a0a05bd33
parentcc2a73b5caf065f8612fcb5df5bd2f5e25881d99
[PATCH] ched domain: move sched group allocations to percpu area

Move the sched group allocations to percpu area.  This will minimize cross
node memory references and also cleans up the sched groups allocation for
allnodes sched domain.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c