Re: [PATCH] score/aarch64: Align context validation frame

2021-04-12 Thread Gedare Bloom
On Fri, Apr 9, 2021 at 4:34 PM Kinsey Moore wrote: > > Ensure the stack remains aligned when validating the context frame to > avoid stack alignment exceptions. > --- the commit message is a little vague, > .../cpu/aarch64/aarch64-context-validate.S | 18 +- > 1 file changed,

[PATCH] score/aarch64: Align context validation frame

2021-04-09 Thread Kinsey Moore
Ensure the stack remains aligned when validating the context frame to avoid stack alignment exceptions. --- .../cpu/aarch64/aarch64-context-validate.S | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cpukit/score/cpu/aarch64/aarch64-context-validate.S b/c