diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-11-03 14:53:52 +1030 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-04 13:17:53 +0100 |
commit | ce7c42710e2dd133f10b7fc9ed9c73bdd2435f7a (patch) | |
tree | cb3b278a642f95bc096514f1bb9da17041af9465 /sound | |
parent | a489ca355efaf9efa4990b0f8f30ab650a206273 (diff) | |
download | kernel_samsung_aries-ce7c42710e2dd133f10b7fc9ed9c73bdd2435f7a.zip kernel_samsung_aries-ce7c42710e2dd133f10b7fc9ed9c73bdd2435f7a.tar.gz kernel_samsung_aries-ce7c42710e2dd133f10b7fc9ed9c73bdd2435f7a.tar.bz2 |
cpumask: Avoid cpumask_t in arch/x86/kernel/apic/nmi.c
Ingo wants the certainty of a static cpumask (rather than a
cpumask_var_t), but cpumask_t will some day be undefined to
avoid on-stack declarations.
This is what DECLARE_BITMAP/to_cpumask() is for.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
LKML-Reference: <200911031453.52394.rusty@rustcorp.com.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions