From: Peter Zijlstra Date: Thu, 7 Apr 2011 12:09:58 +0000 (+0200) Subject: sched: Avoid allocations in sched_domain_debug() X-Git-Tag: v3.0-rc1~403^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb988395da6e16627a8be69729e50cd72ebb23e;p=pandora-kernel.git sched: Avoid allocations in sched_domain_debug() Since we're all serialized by sched_domains_mutex we can use sched_domains_tmpmask and avoid having to do allocations. This means we can use sched_domains_debug() for cpu_attach_domain() again. Signed-off-by: Peter Zijlstra Cc: Mike Galbraith Cc: Nick Piggin Cc: Linus Torvalds Cc: Andrew Morton Link: http://lkml.kernel.org/r/20110407122942.664347467@chello.nl Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed