perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT
authorIngo Molnar <mingo@kernel.org>
Thu, 3 Mar 2022 07:57:08 +0000 (08:57 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 3 Mar 2022 07:58:22 +0000 (08:58 +0100)
commit02a08d78f5c429c7dc8e5b9417b4efb518b3d041
tree71639c47dba973518363d3e4926967a35ca6eb3c
parentcedd3614e5d9c80908099c19f8716714ce0610b1
perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT

'val2' is unused if !CONFIG_PHYS_ADDR_T_64BIT:

  arch/x86/events/intel/uncore_discovery.c:213:18: error: unused variable ‘val2’ [-Werror=unused-variable]

Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/events/intel/uncore_discovery.c