Re: [PATCH 1/2] taskmode.c: Ensure all error checking is done before modifying executing

2017-12-06 Thread Joel Sherrill
On Wed, Dec 6, 2017 at 12:25 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 05/12/17 17:13, Joel Sherrill wrote: > >> Also use single conditional expressions to simplify error checking. >> Combined, this all resulted in a block of SMP enabled error checking. >> >> Updates #3

Re: [PATCH 1/2] taskmode.c: Ensure all error checking is done before modifying executing

2017-12-05 Thread Sebastian Huber
On 05/12/17 17:13, Joel Sherrill wrote: Also use single conditional expressions to simplify error checking. Combined, this all resulted in a block of SMP enabled error checking. Updates #3000. --- cpukit/rtems/src/taskmode.c | 33 +++-- 1 file changed, 31 insertion

[PATCH 1/2] taskmode.c: Ensure all error checking is done before modifying executing

2017-12-05 Thread Joel Sherrill
Also use single conditional expressions to simplify error checking. Combined, this all resulted in a block of SMP enabled error checking. Updates #3000. --- cpukit/rtems/src/taskmode.c | 33 +++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/cpukit/rt