Re: [PATCH] cpukit/aarch64: Use correct context register sets

2021-09-30 Thread Gedare Bloom
looks ok to me. On Thu, Sep 23, 2021 at 1:05 PM Kinsey Moore wrote: > > Context validation for AArch64 was ported from the ARM implementation > without a reinterpretation of the actual requirements. The spcontext01 > test just happened to pass because the set of scratch registers in ARM > is a su

[PATCH] cpukit/aarch64: Use correct context register sets

2021-09-23 Thread Kinsey Moore
Context validation for AArch64 was ported from the ARM implementation without a reinterpretation of the actual requirements. The spcontext01 test just happened to pass because the set of scratch registers in ARM is a subset of the scratch registers in AArch64. --- .../cpu/aarch64/aarch64-context-v