]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf/x86/intel: Fix unintended variable name reuse
authorJan-Simon Möller <dl9pf@gmx.de>
Tue, 30 Apr 2013 10:02:33 +0000 (12:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 May 2013 20:53:51 +0000 (13:53 -0700)
commit5eac4db22f37a4048b22fb963e2907db5b87dbd5
tree8256d6eb6bc6e1d848bff65f6824af0720148f78
parentaab55611aa0e243b360b14d25416b52095238965
perf/x86/intel: Fix unintended variable name reuse

commit 1b0dac2ac6debdbf1541e15f2cede03613cf4465 upstream.

The variable name events_group is already in used and led to a
compilation error when using clang to build the Linux Kernel .
The fix is just to rename the var. No functional change. Please
apply.

Fix suggested in discussion by PaX Team <pageexec@freemail.hu>

Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
Cc: rostedt@goodmis.org
Cc: a.p.zijlstra@chello.nl
Cc: paulus@samba.org
Cc: acme@ghostprotocols.net
Link: http://lkml.kernel.org/r/1367316153-14808-1-git-send-email-dl9pf@gmx.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/perf_event_intel_uncore.c