cpumask: alloc zeroed cpumask for static cpumask_var_ts
authorYinghai Lu <yinghai@kernel.org>
Sat, 6 Jun 2009 21:51:36 +0000 (14:51 -0700)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 9 Jun 2009 13:00:27 +0000 (22:30 +0930)
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 <yinghai.lu@kernel.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found