Re: [PATCH v3 1/5] cpukit: Add exception extensions

2021-10-28 Thread Sebastian Huber
On 28/10/2021 18:04, Kinsey Moore wrote: If not used, then please remove it. This is used from the assembly implementation of the thread dispatch epilogue variant to copy the exception frame on to the thread stack. I suppose it could be done with memcpy instead since that is what the AArch64

Re: [PATCH v3 1/5] cpukit: Add exception extensions

2021-10-28 Thread Kinsey Moore
On 10/28/2021 01:00, Sebastian Huber wrote: On 27/10/2021 23:44, Kinsey Moore wrote: This adds the set of functions necessary to allow more generic handling of machine exceptions. This initial patch offers the ability to manipulate a CPU_Exception_frame and resume execution using that

Re: [PATCH v3 1/5] cpukit: Add exception extensions

2021-10-28 Thread Sebastian Huber
On 27/10/2021 23:44, Kinsey Moore wrote: This adds the set of functions necessary to allow more generic handling of machine exceptions. This initial patch offers the ability to manipulate a CPU_Exception_frame and resume execution using that exception information with or without thread

[PATCH v3 1/5] cpukit: Add exception extensions

2021-10-27 Thread Kinsey Moore
This adds the set of functions necessary to allow more generic handling of machine exceptions. This initial patch offers the ability to manipulate a CPU_Exception_frame and resume execution using that exception information with or without thread dispatch. These functions are gated behind the