Re: [PATCH 2/4] score: Prevent assignment to _Thread_Executing

2016-11-04 Thread Sebastian Huber
- Gedare Bloom schrieb: > On Fri, Nov 4, 2016 at 9:08 AM, Sebastian Huber > wrote: > > --- > > cpukit/score/include/rtems/score/percpu.h | 2 +- > > testsuites/tmtests/tm26/task1.c | 12 +--- > > testsuites/tmtests/tm27/task1.c | 15 +++ > > 3 files

Re: [PATCH 2/4] score: Prevent assignment to _Thread_Executing

2016-11-04 Thread Gedare Bloom
On Fri, Nov 4, 2016 at 9:08 AM, Sebastian Huber wrote: > --- > cpukit/score/include/rtems/score/percpu.h | 2 +- > testsuites/tmtests/tm26/task1.c | 12 +--- > testsuites/tmtests/tm27/task1.c | 15 +++ > 3 files changed, 13 insertions(+), 16 deletions(-) >

[PATCH 2/4] score: Prevent assignment to _Thread_Executing

2016-11-04 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/percpu.h | 2 +- testsuites/tmtests/tm26/task1.c | 12 +--- testsuites/tmtests/tm27/task1.c | 15 +++ 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/s