Skip to content

Commit ba883b4

Browse files
Stephane EranianIngo Molnar
authored andcommitted
perf/x86/intel/uncore: Fix missing marker for skx_uncore_cha_extra_regs
This skx_uncore_cha_extra_regs array was missing an end-marker. Signed-off-by: Stephane Eranian <eranian@google.com> Signed-off-by: Kan Liang <kan.liang@intel.com> Acked-by: Peter Zijlstra <peterz@infradead.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Vince Weaver <vincent.weaver@maine.edu> Link: http://lkml.kernel.org/r/1499967350-10385-7-git-send-email-kan.liang@intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 8aa7b7b commit ba883b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/events/intel/uncore_snbep.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3334,6 +3334,7 @@ static struct extra_reg skx_uncore_cha_extra_regs[] = {
33343334
SNBEP_CBO_EVENT_EXTRA_REG(0x9134, 0xffff, 0x4),
33353335
SNBEP_CBO_EVENT_EXTRA_REG(0x35, 0xff, 0x8),
33363336
SNBEP_CBO_EVENT_EXTRA_REG(0x36, 0xff, 0x8),
3337+
EVENT_EXTRA_END
33373338
};
33383339

33393340
static u64 skx_cha_filter_mask(int fields)

0 commit comments

Comments
 (0)