From: Peter Zijlstra Date: Thu, 7 Apr 2011 12:09:57 +0000 (+0200) Subject: sched: Create persistent sched_domains_tmpmask X-Git-Tag: v3.0-rc1~403^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f96225fd51893b6650cffd5427f13f6b1b356488;p=pandora-kernel.git sched: Create persistent sched_domains_tmpmask Since sched domain creation is fully serialized by the sched_domains_mutex we can create a single persistent tmpmask to use during domain creation. This removes the need for s_data::send_covered. Signed-off-by: Peter Zijlstra Cc: Mike Galbraith Cc: Nick Piggin Cc: Linus Torvalds Cc: Andrew Morton Link: http://lkml.kernel.org/r/20110407122942.607287405@chello.nl Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed