From: Rusty Russell Date: Fri, 13 Mar 2009 04:19:51 +0000 (+1030) Subject: cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.c X-Git-Tag: v2.6.30-rc1~3^2~6^2~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996867d0965775dfa62447d0bddb5dc6818a7892;p=pandora-kernel.git cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.c Impact: reduce kernel memory usage when CONFIG_CPUMASK_OFFSTACK=y Simple conversion of mce_device_initialized to cpumask_var_t. We don't check the alloc_cpumask_var() return since it's boot-time only, and the misc_register() in that same function isn't checked. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed