-
- Downloads
cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t
Impact: reduce per-cpu size for CONFIG_CPUMASK_OFFSTACK=y
In most places it's cleaner to use the accessors cpu_sibling_mask()
and cpu_core_mask() wrappers which already exist.
I couldn't avoid cleaning up the access in oprofile, either.
Signed-off-by:
Rusty Russell <rusty@rustcorp.com.au>
Showing
- arch/x86/include/asm/smp.h 4 additions, 4 deletionsarch/x86/include/asm/smp.h
- arch/x86/include/asm/topology.h 3 additions, 3 deletionsarch/x86/include/asm/topology.h
- arch/x86/kernel/cpu/cpufreq/p4-clockmod.c 1 addition, 1 deletionarch/x86/kernel/cpu/cpufreq/p4-clockmod.c
- arch/x86/kernel/cpu/cpufreq/powernow-k8.c 8 additions, 5 deletionsarch/x86/kernel/cpu/cpufreq/powernow-k8.c
- arch/x86/kernel/cpu/cpufreq/speedstep-ich.c 1 addition, 1 deletionarch/x86/kernel/cpu/cpufreq/speedstep-ich.c
- arch/x86/kernel/cpu/mcheck/mce_amd_64.c 3 additions, 3 deletionsarch/x86/kernel/cpu/mcheck/mce_amd_64.c
- arch/x86/kernel/cpu/proc.c 1 addition, 1 deletionarch/x86/kernel/cpu/proc.c
- arch/x86/kernel/smpboot.c 10 additions, 2 deletionsarch/x86/kernel/smpboot.c
- arch/x86/oprofile/op_model_p4.c 1 addition, 1 deletionarch/x86/oprofile/op_model_p4.c
Loading
Please register or sign in to comment