Wayne Thornton created a merge request: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1256

Project:Branches: wmthornton-dev/rtems:cpu-spin-wait to rtems/rtos/rtems:main
Author:   Wayne Thornton
Assignee: Wayne Thornton
Reviewer: Gedare Bloom

## Summary

cpukit/score/.../cpu.h: Implement _CPU_Spin_wait()

`_CPU_Spin_wait()` is an assembly function which prevents
aggressive speculative execution by the CPU during spin-wait
loops. Added benefit is reduction of thermal load. This
function is part of the Deterministic Hedged Read Library API.

Similar architecture-specific assembly functions will be needed for other 
RTEMS_SMP 
capable BSPs that the DHRL API is ported to. 


## Generative AI

No AI was used in the creation of this commit.


<!-- 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/1256
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