From: Mike Travis Date: Fri, 25 Jul 2008 01:21:30 +0000 (-0700) Subject: cpumask: put cpumask_of_cpu_map in the initdata section X-Git-Tag: v2.6.27-rc1~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6524d938b3360504b43a1278b5a8403e85383d1a;p=pandora-kernel.git cpumask: put cpumask_of_cpu_map in the initdata section * Create the cpumask_of_cpu_map statically in the init data section using NR_CPUS but replace it during boot up with one sized by nr_cpu_ids (num possible cpus). Signed-off-by: Mike Travis Cc: Andrew Morton Cc: Jack Steiner Cc: Rusty Russell Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed