From: Yinghai Lu Date: Sat, 6 Jun 2009 21:51:36 +0000 (-0700) Subject: cpumask: alloc zeroed cpumask for static cpumask_var_ts X-Git-Tag: v2.6.30~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa958402ea40851097d051f52ba1bb7a885efe9;p=pandora-kernel.git cpumask: alloc zeroed cpumask for static cpumask_var_ts These are defined as static cpumask_var_t so if MAXSMP is not used, they are cleared already. Avoid surprises when MAXSMP is enabled. Signed-off-by: Yinghai Lu Signed-off-by: Rusty Russell --- Reading git-diff-tree failed