[PATCH v2, resend 3/6] kernel/cpu.c: export __cpu_*_mask

2015-11-23 Thread Rasmus Villemoes
Exporting the cpumasks __cpu_possible_mask and friends will allow us to remove the extra indirection through the cpu_*_mask variables. It will also allow the set_cpu_* functions to become static inlines, which will give a .text reduction. Acked-by: Rusty Russell Signed-off-by: Rasmus Villemoes

[PATCH v2, resend 3/6] kernel/cpu.c: export __cpu_*_mask

2015-11-23 Thread Rasmus Villemoes
Exporting the cpumasks __cpu_possible_mask and friends will allow us to remove the extra indirection through the cpu_*_mask variables. It will also allow the set_cpu_* functions to become static inlines, which will give a .text reduction. Acked-by: Rusty Russell