diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-08-19 17:23:58 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-08-20 19:05:49 +0530 |
commit | 090749502ff20d7d9ec244036fe636b6bf0433b6 (patch) | |
tree | 52ce66c6c0a525b4a9eff0ee5917c52f72479ead /arch/arc/include/asm/perf_event.h | |
parent | 6de6066c0d24a66df465cf87a4041ef7ef35ba6f (diff) | |
download | linux-090749502ff20d7d9ec244036fe636b6bf0433b6.tar.gz linux-090749502ff20d7d9ec244036fe636b6bf0433b6.tar.xz |
ARC: add/fix some comments in code - no functional change
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/perf_event.h')
-rw-r--r-- | arch/arc/include/asm/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/asm/perf_event.h b/arch/arc/include/asm/perf_event.h index 2b8880e953a2..e2eaf6fb0468 100644 --- a/arch/arc/include/asm/perf_event.h +++ b/arch/arc/include/asm/perf_event.h @@ -95,7 +95,7 @@ static const char * const arc_pmu_ev_hw_map[] = { /* counts condition */ [PERF_COUNT_HW_INSTRUCTIONS] = "iall", - [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = "ijmp", + [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = "ijmp", /* Excludes ZOL jumps */ [PERF_COUNT_ARC_BPOK] = "bpok", /* NP-NT, PT-T, PNT-NT */ [PERF_COUNT_HW_BRANCH_MISSES] = "bpfail", /* NP-T, PT-NT, PNT-T */ |