Re: [PATCH v2] perf/x86/intel/uncore: Use boot_cpu_data.logical_proc_id as the pkg id

2018-09-21 Thread Liang, Kan
On 9/20/2018 9:07 PM, Masayoshi Mizuma wrote: From: Masayoshi Mizuma Physical package id 0 is not always exists. We should use boot_cpu_data.logical_proc_id directly as the pkg id here. Signed-off-by: Masayoshi Mizuma Reviewed-by: Kan Liang Thanks, Kan --- arch/x86/events/intel/unco

[PATCH v2] perf/x86/intel/uncore: Use boot_cpu_data.logical_proc_id as the pkg id

2018-09-20 Thread Masayoshi Mizuma
From: Masayoshi Mizuma Physical package id 0 is not always exists. We should use boot_cpu_data.logical_proc_id directly as the pkg id here. Signed-off-by: Masayoshi Mizuma --- arch/x86/events/intel/uncore_snbep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/even