On 09/18/2020 04:35 PM, Mike Leach wrote:
Hi Suzuki,
On Fri, 11 Sep 2020 at 09:41, Suzuki K Poulose suzuki.poulose@arm.com wrote:
etm4_get_access_type() calculates the exception level bits for use in address comparator registers. This is also used by the TRCVICTLR register by shifting to the required position.
This patch cleans up the logic to make etm4_get_access_type() calcualte a generic mask which can be used by all users by
Spelling^^
shifting to their field.
No functional changes, only code cleanups.
Signed-off-by: Suzuki K Poulose suzuki.poulose@arm.com
Mike,
I will address all the comments. Thanks for the review !
Suzuki