Re: [PATCH] score: Fix initially locked prio inherit sema

2014-08-19 Thread Joel Sherrill
Apply this. On 8/19/2014 10:49 AM, Gedare Bloom wrote: > Looks good. > > On Tue, Aug 19, 2014 at 11:45 AM, Sebastian Huber > wrote: >> --- >> cpukit/score/src/coremutex.c | 15 +++ >> testsuites/sptests/sp51/init.c | 35 +++ >> testsuites/sptests

Re: [PATCH] score: Fix initially locked prio inherit sema

2014-08-19 Thread Gedare Bloom
Looks good. On Tue, Aug 19, 2014 at 11:45 AM, Sebastian Huber wrote: > --- > cpukit/score/src/coremutex.c | 15 +++ > testsuites/sptests/sp51/init.c | 35 +++ > testsuites/sptests/sp51/sp51.doc | 3 +++ > 3 files changed, 49 insertions(+), 4 del

[PATCH] score: Fix initially locked prio inherit sema

2014-08-19 Thread Sebastian Huber
--- cpukit/score/src/coremutex.c | 15 +++ testsuites/sptests/sp51/init.c | 35 +++ testsuites/sptests/sp51/sp51.doc | 3 +++ 3 files changed, 49 insertions(+), 4 deletions(-) diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex