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

cpumask: convert node_to_cpumask_map[] to cpumask_var_t



Impact: reduce kernel memory usage when CONFIG_CPUMASK_OFFSTACK=y

Straightforward conversion: done for 32 and 64 bit kernels.
node_to_cpumask_map is now a cpumask_var_t array.

64-bit used to be a dynamic cpumask_t array, and 32-bit used to be a
static cpumask_t array.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 71ee73e7
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