commit | eaa958402ea40851097d051f52ba1bb7a885efe9 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Sat Jun 06 14:51:36 2009 -0700 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jun 09 22:30:27 2009 +0930 |
tree | 9187f59ff0ee6ac138b5c81a2212bc10f46d04a5 | |
parent | 0281b5dc0350cbf6dd21ed558a33cccce77abc02 [diff] |
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 <yinghai.lu@kernel.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>