diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-03-13 05:19:51 +0100 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-03-13 05:19:51 +0100 |
commit | 996867d0965775dfa62447d0bddb5dc6818a7892 (patch) | |
tree | 8545ce333caf40995c30225ce381a174a9065571 /arch/x86/include | |
parent | cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t (diff) | |
download | linux-996867d0965775dfa62447d0bddb5dc6818a7892.tar.xz linux-996867d0965775dfa62447d0bddb5dc6818a7892.zip |
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>
Diffstat (limited to 'arch/x86/include')
0 files changed, 0 insertions, 0 deletions