git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0281b5d
)
cpumask: alloc zeroed cpumask for static cpumask_var_ts
author
Yinghai Lu
<yinghai@kernel.org>
Sat, 6 Jun 2009 21:51:36 +0000
(14:51 -0700)
committer
Rusty 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