commit | 4de954d5f6fbd8fde95b2cedc6e11dafaa5b04fd | [log] [tgz] |
---|---|---|
author | Levi Yun <yeoreum.yun@arm.com> | Thu Aug 08 09:17:41 2024 +0100 |
committer | Levi Yun <yeoreum.yun@arm.com> | Fri Sep 20 13:50:16 2024 +0100 |
tree | 1e1bb89f55c2e436cc21cafd4ce45f953f444607 | |
parent | d961f216fffa130200ba38b9eedaf12721ff3bc3 [diff] |
fix(el3-spmc): use write_el1_ctx_timer() macro to set cntkctl_el1 value commit 42e35d2f8c0e ("refactor(cm): convert el1 ctx assembly offset entries to c structure") moves cntkctl_el1 register from el1_sysregs_t's common to arch_timer structure. To set cntkctl_el1, it should use write_el1_ctx_timer() instead of write_el1_ctx_common() otherwise, build failed. Signed-off-by: Levi Yun <yeoreum.yun@arm.com> Change-Id: Ifa1ca6e056fa95bd07598d20705856e208670808