commit | 62ac12795095dc959649c66ace78708e7ac52477 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Dec 17 11:43:26 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Dec 17 11:43:29 2009 +1030 |
tree | 8ee766dda801b8990e41b4332697bbe365032626 | |
parent | cc216b86e51e9ab22265ea9591769c9ee235e1e4 [diff] |
cpumask: avoid dereferencing struct cpumask 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>