From: Rusty Russell Date: Sun, 11 Jan 2009 00:04:16 +0000 (+0100) Subject: cpumask: fix CONFIG_NUMA=y sched.c X-Git-Tag: v2.6.29-rc2~101^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ea9ceb17a74bc7544211bfeecf4170c554ac4f;p=pandora-kernel.git cpumask: fix CONFIG_NUMA=y sched.c Impact: fix panic on ia64 with NR_CPUS=1024 struct sched_domain is now a dangling structure; where we really want static ones, we need to use static_sched_domain. (As the FIXME in this file says, cpumask_var_t would be better, but this code is hairy enough without trying to add initialization code to the right places). Reported-by: Mike Travis Signed-off-by: Rusty Russell Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed