Re: [PATCH 2/2] cpukit/aarch64: Add Per_CPU_Control accessor

2022-02-28 Thread Kinsey Moore
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

Re: [PATCH 2/2] cpukit/aarch64: Add Per_CPU_Control accessor

2022-02-26 Thread Gedare Bloom
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

[PATCH 2/2] cpukit/aarch64: Add Per_CPU_Control accessor

2022-02-25 Thread Kinsey Moore
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