From: Rusty Russell Date: Tue, 3 Nov 2009 04:23:52 +0000 (+1030) Subject: cpumask: Avoid cpumask_t in arch/x86/kernel/apic/nmi.c X-Git-Tag: v2.6.33-rc1~393^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7c42710e2dd133f10b7fc9ed9c73bdd2435f7a;p=pandora-kernel.git 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 LKML-Reference: <200911031453.52394.rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed