Files
android_kernel_xiaomi_sm8450/arch/x86/kernel/cpu
Rusty Russell 996867d096 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 <rusty@rustcorp.com.au>
2009-03-13 14:49:51 +10:30
..
2008-06-03 14:43:00 -07:00
2008-07-31 23:56:27 +02:00
2008-09-04 21:09:45 +02:00
2008-11-23 11:02:36 +01:00