Skip to content
Commit 7f949f6f authored by Jing Zhang's avatar Jing Zhang Committed by Will Deacon
Browse files

perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7



The register por_dt_pmovsr Bits[7:0] indicates overflow from counters 7
to 0. But in arm_cmn_handle_irq(), only handled the overflow status of
Bits[3:0] which results in unhandled overflow status of counters 4 to 7.

So let the overflow status of DTC counters 4 to 7 to be handled.

Fixes: 0ba64770 ("perf: Add Arm CMN-600 PMU driver")
Signed-off-by: default avatarJing Zhang <renyu.zj@linux.alibaba.com>
Reviewed-by: default avatarRobin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/1695612152-123633-1-git-send-email-renyu.zj@linux.alibaba.com


Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent 44a5b6b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment