From: Rusty Russell Date: Fri, 13 Mar 2009 04:19:49 +0000 (+1030) Subject: cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_t X-Git-Tag: v2.6.30-rc1~3^2~6^2~10^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcef8576d8a64fc603e719c97d423f9f6d4e0e8b;p=pandora-kernel.git cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_t Impact: cleanup, reduce memory usage for CONFIG_CPUMASK_OFFSTACK=y I *think* every path calls check_nmi_watchdog before using the watchdog, so that's the right place for the initialization. If that's wrong, we'll get a nice NULL-deref with CONFIG_CPUMASK_OFFSTACK=y, and have uncovered another bug. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed