commit | 9b1e800ef07d12adcb4a7595be2ca10bb6e9e834 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Oct 10 08:11:09 2024 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Tue Jan 14 10:01:37 2025 +0000 |
tree | 110f7c533ffe6f859bf81fe6cf6406d74f15027e | |
parent | 44ee7714a231652cfd20e88caff5d4420a2b8092 [diff] |
refactor(psci): move timestamp collection to psci_pwrdown_cpu psci_pwrdown_cpu has two callers, both of which save timestamps meant to measure how much time the cache maintenance operations take. Move the timestamp collection inside to save on a bit of code duplication. Change-Id: Ia2e7168faf7773d99b696cbdb6c98db7b58e31cf Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>