On 2/26/2022 12:50, Gedare Bloom wrote:
this part looks ok
Thanks, I'm going to hold off on committing this part because the
optimization shaved enough time off of task execution that it exposed
the bug described in the other patch which is why they're bundled.
Kinsey
On Fri, Feb 25, 20
this part looks ok
On Fri, Feb 25, 2022 at 5:51 PM Kinsey Moore wrote:
>
> Add an architecture-specific implementation for
> _CPU_Get_current_per_CPU_control() to reduce overhead for getting the
> current CPU's Per_CPU_Control structure.
> ---
> .../cpu/aarch64/include/rtems/score/cpuimpl.h | 23
Add an architecture-specific implementation for
_CPU_Get_current_per_CPU_control() to reduce overhead for getting the
current CPU's Per_CPU_Control structure.
---
.../cpu/aarch64/include/rtems/score/cpuimpl.h | 23 +++
1 file changed, 23 insertions(+)
diff --git a/cpukit/score/cpu