Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf/x86/rapl: Fix RAPL config variable bug

This patch fixes a bug introduced by:

fd3ae1e1587d6 ("perf/x86/rapl: Move RAPL support to common x86 code")

The Kconfig variable name was wrong. It was missing the CONFIG_ prefix.

Signed-off-by: Stephane Eranian <eraniangoogle.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Tested-by: Kim Phillips <kim.phillips@amd.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20200528201614.250182-1-eranian@google.com

authored by

Stephane Eranian and committed by
Ingo Molnar
16accae3 4e909124

+1 -1
+1 -1
arch/x86/events/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 obj-y += core.o probe.o 3 - obj-$(PERF_EVENTS_INTEL_RAPL) += rapl.o 3 + obj-$(CONFIG_PERF_EVENTS_INTEL_RAPL) += rapl.o 4 4 obj-y += amd/ 5 5 obj-$(CONFIG_X86_LOCAL_APIC) += msr.o 6 6 obj-$(CONFIG_CPU_SUP_INTEL) += intel/