Skip to content
Commit 996867d0 authored by Rusty Russell's avatar Rusty Russell
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 7ad728f9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment