Preetam Das created a merge request: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/908

Project:Branches: lostux/rtems:bsps-aarch64-add-isb-after-mmu-enable to 
rtems/rtos/rtems:main
Author:   Preetam Das




## Summary

bsps/aarch64: Add isb instruction after write to sctlr_el1 in aarch64_mmu_enable

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.


<!-- 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/908
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to