commit | 4f2b34da251a775cdc8c079fa9c5c30c9f873992 | [log] [tgz] |
---|---|---|
author | Juan Pablo Conde <juanpablo.conde@arm.com> | Mon Sep 23 16:52:01 2024 -0500 |
committer | Juan Pablo Conde <juanpablo.conde@arm.com> | Thu Sep 26 16:53:30 2024 -0500 |
tree | 56e0cd4eb27c726354f65d3368979a7d08c82a54 | |
parent | b8c938cc758bb1fc2e5313ff0b28f708beadc494 [diff] |
refactor(runtime): remove pointer of pmu field in ns_state In order to simplify the handling of the PMU state in the ns_state structure, the pointer has been removed and now the field is a value field, so it does not need to be assigned anymore as it is stored in the same ns_state structure. In addition, the logic for handling this field was changed accordingly. Change-Id: I697f9d76c463b2594a44ae7b3dc2ef9fffb0a852 Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>