Re: [PATCH 1/8] score: Update _Thread_Heir only if necessary

2015-03-04 Thread Sebastian Huber
On 04/03/15 20:24, Joel Sherrill wrote: This same pattern is in other places so please do it globally across >>>this patch. >>>I think I spotted a total of four places. >>> >>>Also since this indicates that the thread is at the pseudo-interrupt >>>priority, >>>maybe a macro/static inline with a

Re: [PATCH 1/8] score: Update _Thread_Heir only if necessary

2015-03-04 Thread Joel Sherrill
On 3/4/2015 12:55 PM, Sebastian Huber wrote: > On 04/03/15 16:44, Gedare Bloom wrote: >> On Wed, Mar 4, 2015 at 10:42 AM, Joel Sherrill >> wrote: >>> On 3/4/2015 9:07 AM, Sebastian Huber wrote: Previously, the _Thread_Heir was updated unconditionally in case a new heir was determined.

Re: [PATCH 1/8] score: Update _Thread_Heir only if necessary

2015-03-04 Thread Sebastian Huber
On 04/03/15 16:44, Gedare Bloom wrote: On Wed, Mar 4, 2015 at 10:42 AM, Joel Sherrill wrote: On 3/4/2015 9:07 AM, Sebastian Huber wrote: Previously, the _Thread_Heir was updated unconditionally in case a new heir was determined. The _Thread_Dispatch_necessary was only updated in case the exe

Re: [PATCH 1/8] score: Update _Thread_Heir only if necessary

2015-03-04 Thread Gedare Bloom
On Wed, Mar 4, 2015 at 10:42 AM, Joel Sherrill wrote: > > > On 3/4/2015 9:07 AM, Sebastian Huber wrote: >> Previously, the _Thread_Heir was updated unconditionally in case a new >> heir was determined. The _Thread_Dispatch_necessary was only updated in >> case the executing thread was preemptible

Re: [PATCH 1/8] score: Update _Thread_Heir only if necessary

2015-03-04 Thread Joel Sherrill
On 3/4/2015 9:07 AM, Sebastian Huber wrote: > Previously, the _Thread_Heir was updated unconditionally in case a new > heir was determined. The _Thread_Dispatch_necessary was only updated in > case the executing thread was preemptible or an internal thread was > unblocked. Change this to update

[PATCH 1/8] score: Update _Thread_Heir only if necessary

2015-03-04 Thread Sebastian Huber
Previously, the _Thread_Heir was updated unconditionally in case a new heir was determined. The _Thread_Dispatch_necessary was only updated in case the executing thread was preemptible or an internal thread was unblocked. Change this to update the _Thread_Heir and _Thread_Dispatch_necessary only