diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-08-19 13:53:58 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-08-20 15:35:49 +0200 |
commit | 090749502ff20d7d9ec244036fe636b6bf0433b6 (patch) | |
tree | 52ce66c6c0a525b4a9eff0ee5917c52f72479ead /arch/arc/include/asm/perf_event.h | |
parent | ARC: change some branchs to jumps to resolve linkage errors (diff) | |
download | linux-090749502ff20d7d9ec244036fe636b6bf0433b6.tar.xz linux-090749502ff20d7d9ec244036fe636b6bf0433b6.zip |
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 */ |