Re: [PATCH v4] ARMv7M: Improve exception handler routine and add comments on SP selection

2015-09-23 Thread Sebastian Huber
Thanks for your patience. I checked in both patches. Please let me know if it works. In this case I add them to the 4.11 branch. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail :

Re: [PATCH v4] ARMv7M: Improve exception handler routine and add comments on SP selection

2015-09-21 Thread Sebastian Huber
On 18/09/15 23:53, Martin Galvan wrote: This patch adds a brief description of how context state is saved into the SP on exception entry, and makes a few changes to _ARMV7M_Exception_default in order to make it a bit more efficient. I also removed the unused 'v7mfsz' input parameter. This

Re: [PATCH v4] ARMv7M: Improve exception handler routine and add comments on SP selection

2015-09-21 Thread Gedare Bloom
Yes I think so please apply both if you like On Mon, Sep 21, 2015 at 4:05 AM, Sebastian Huber wrote: > On 18/09/15 23:53, Martin Galvan wrote: >> >> This patch adds a brief description of how context state is saved into the >> SP on exception entry, and makes

[PATCH v4] ARMv7M: Improve exception handler routine and add comments on SP selection

2015-09-18 Thread Martin Galvan
This patch adds a brief description of how context state is saved into the SP on exception entry, and makes a few changes to _ARMV7M_Exception_default in order to make it a bit more efficient. I also removed the unused 'v7mfsz' input parameter. This should apply over Sudarshan's patch. ---