kernel-fxtec-pro1x/arch/x86/oprofile
Rusty Russell 7ad728f981 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>
2009-03-13 14:49:50 +10:30
..
backtrace.c
init.c
Makefile
nmi_int.c
nmi_timer_int.c
op_counter.h
op_model_amd.c
op_model_p4.c cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t 2009-03-13 14:49:50 +10:30
op_model_ppro.c x86: oprofile: don't set counter width from cpuid on Core2 2009-03-03 12:04:22 +01:00
op_x86_model.h