projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28fa991
)
arm-cci: pmu: Fix typo in event name
author
Suzuki K Poulose
<
[email protected]
>
Mon, 5 Sep 2016 15:27:53 +0000
(16:27 +0100)
committer
Olof Johansson
<
[email protected]
>
Thu, 8 Sep 2016 04:24:42 +0000
(21:24 -0700)
For one of the CCI events exposed under sysfs, "snoop" was typo'd as
"snopp". Correct this such that users see the expected event name when
enumerating events via sysfs.
Cc:
[email protected]
Acked-by: Mark Rutland <
[email protected]
>
Signed-off-by: Suzuki K Poulose <
[email protected]
>
Signed-off-by: Olof Johansson <
[email protected]
>
drivers/bus/arm-cci.c
patch
|
blob
|
history
diff --git
a/drivers/bus/arm-cci.c
b/drivers/bus/arm-cci.c
index 5755907f836f8d7a6aa5c892e8eef542e6e9c678..ffa7c9dcbd7a1be41ea07e4bf7e976fb494f65d6 100644
(file)
--- a/
drivers/bus/arm-cci.c
+++ b/
drivers/bus/arm-cci.c
@@
-551,7
+551,7
@@
static struct attribute *cci5xx_pmu_event_attrs[] = {
CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(cci_wrq, 0xB),
CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(cci_snoop_cd_hs, 0xC),
CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(cci_rq_stall_addr_hazard, 0xD),
- CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(cci_sno
p
p_rq_stall_tt_full, 0xE),
+ CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(cci_sno
o
p_rq_stall_tt_full, 0xE),
CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(cci_snoop_rq_tzmp1_prot, 0xF),
NULL
};