Re: [PATCH 10/16] score: Introduce map priority scheduler operation

2016-06-21 Thread Sebastian Huber
On 20/06/16 18:00, Gedare Bloom wrote: diff --git a/cpukit/score/include/rtems/score/schedulerimpl.h b/cpukit/score/include/rtems/score/schedulerimpl.h >index 50061fb..fad7ecc 100644 >--- a/cpukit/score/include/rtems/score/schedulerimpl.h >+++ b/cpukit/score/include/rtems/score/schedulerimpl.h

[PATCH 10/16] score: Introduce map priority scheduler operation

2016-06-17 Thread Sebastian Huber
Introduce map/unmap priority scheduler operations to map thread priority values from/to the user domain to/from the scheduler domain. Use the map priority operation to validate the thread priority. The EDF schedulers use this new operation to distinguish between normal priorities and priorities o