commit | a1709e0063b271f723790ce9f74a6b2afd2760c4 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Apr 07 09:41:26 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Apr 07 16:00:17 2025 +0100 |
tree | a695a04db22a4bbf49be39a4ba665f893d73f3ad | |
parent | 6d9e106780746a3248901b93f9a334d28eef4e5e [diff] |
fix(sme): synchronize context before using it We need to wait for the write to cptr_el2 to take effect to consider SME enabled. Otherwise, the write to smcr_el2 may fault. Add an isb() to synchronize this. Change-Id: Ib1fb1803bad2d4fb9e89bc4861e2e611b9882b2e Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>