cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.c
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:51 +0000 (14:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:51 +0000 (14:49 +1030)
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 <rusty@rustcorp.com.au>

No differences found