RTEMS | bsps/aarch64: Add missing ISB after SCTLR write (!916)
Preetam Das (@lostux)
gitlab at rtems.org
Thu Jan 15 20:13:41 UTC 2026
Preetam Das created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/916
Project:Branches: lostux/rtems:backport-5422-aarch64-isb to rtems/rtos/rtems:6
Author: Preetam Das
## Summary
bsps/aarch64: Add missing ISB after SCTLR write
A write to the sctlr_el1 register is a 'context-changing operation' and thus requires a pipeline flush for the change to actually take effect on subsequent instructions.
The isb instruction gurantees this, and ensures mmu is enabled immediately.
Closes #5422
<!--Default settings, if it is a dropdown it will set after submission-->
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/916
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260115/1f31d35b/attachment.htm>
More information about the bugs
mailing list