From: Mike Travis Date: Sat, 5 Apr 2008 01:11:12 +0000 (-0700) Subject: cpumask: Cleanup more uses of CPU_MASK and NODE_MASK X-Git-Tag: v2.6.26-rc1~1132^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d366f8cbc16882e93538d9a52423c2f50dad7c06;p=pandora-kernel.git cpumask: Cleanup more uses of CPU_MASK and NODE_MASK * Replace usages of CPU_MASK_NONE, CPU_MASK_ALL, NODE_MASK_NONE, NODE_MASK_ALL to reduce stack requirements for large NR_CPUS and MAXNODES counts. * In some cases, the cpumask variable was initialized but then overwritten with another value. This is the case for changes like this: - cpumask_t oldmask = CPU_MASK_ALL; + cpumask_t oldmask; Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed