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:
cc216b8
)
cpumask: avoid dereferencing struct cpumask
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 17 Dec 2009 17:43:26 +0000
(11:43 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 17 Dec 2009 01:13:29 +0000
(11:43 +1030)
struct cpumask will be undefined soon with CONFIG_CPUMASK_OFFSTACK=y,
to avoid them being declared on the stack.
cpumask_bits() does what we want here (of course, this code is crap).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
To: Thomas Gleixner <tglx@linutronix.de>
No differences found