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

2021-05-18 Thread Sebastian Huber
On 18/05/2021 22:18, Kinsey Moore wrote: Looks like this fell through the cracks last month and I totally forgot about it. The patch looks good. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741

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

2021-05-18 Thread Gedare Bloom
y Moore > > Sent: Tuesday, April 13, 2021 10:15 > > To: devel@rtems.org > > Cc: Kinsey Moore > > Subject: [PATCH v3] score/aarch64: Align context validation frame > > > > Ensure the stack remains aligned by keeping the context frame at a > > multiple of 16

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

2021-05-18 Thread Gedare Bloom
Moore > Subject: [PATCH v3] score/aarch64: Align context validation frame > > Ensure the stack remains aligned by keeping the context frame at a > multiple of 16 bytes. This avoids stack alignment exceptions which occur > when the stack pointer is not 16 byte aligned. > --- > ..

RE: [PATCH v3] score/aarch64: Align context validation frame

2021-05-18 Thread Kinsey Moore
Looks like this fell through the cracks last month and I totally forgot about it. -Original Message- From: Kinsey Moore Sent: Tuesday, April 13, 2021 10:15 To: devel@rtems.org Cc: Kinsey Moore Subject: [PATCH v3] score/aarch64: Align context validation frame Ensure the stack remains

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

2021-04-13 Thread Kinsey Moore
Ensure the stack remains aligned by keeping the context frame at a multiple of 16 bytes. This avoids stack alignment exceptions which occur when the stack pointer is not 16 byte aligned. --- .../cpu/aarch64/aarch64-context-validate.S| 29 --- 1 file changed, 18 insertions(+), 1