[PATCH v3 1/5] cpukit: Add exception extensions
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Oct 28 16:07:45 UTC 2021
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 implementation compiles down to.
If it is not used in architecture-independent code, then there should be
no _CPU_* interface. The _CPU_* stuff is for architecture-independent
code which needs to use an architecture-dependent implementation.
--
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax: +49-89-18 94 741 - 08
Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
More information about the devel
mailing list