Re: [PATCH] perf/x86/rapl: fix rapl config variable bug

2020-06-01 Thread Stephane Eranian
On Thu, May 28, 2020 at 2:30 PM Kim Phillips wrote: > > On 5/28/20 3:16 PM, Stephane Eranian wrote: > > This patch fixes a bug introduced by: > > > > commit fd3ae1e1587d6 ("perf/x86/rapl: Move RAPL support to common x86 code") > > > > The Kconfig variable name was wrong. It was missing the CONFIG_

Re: [PATCH] perf/x86/rapl: fix rapl config variable bug

2020-05-28 Thread Kim Phillips
On 5/28/20 3:16 PM, Stephane Eranian wrote: > This patch fixes a bug introduced by: > > commit 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 > > --- Tested-b

[PATCH] perf/x86/rapl: fix rapl config variable bug

2020-05-28 Thread Stephane Eranian
This patch fixes a bug introduced by: commit 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 --- arch/x86/events/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 del