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 <[email protected]> Signed-off-by: Kan Liang <[email protected]> Acked-by: Peter Zijlstra <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Vince Weaver <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
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)