Re: [PATCH] cpukit: Merge FreeBSD values for the priorities

2020-12-26 Thread Chris Johns
On 24/12/20 9:20 am, Joel Sherrill wrote: > This looks ok if these priorities are mapped to Classic or Score. POSIX thread > priorities run opposite. The priorities I have added in are replacing are all 0 ... > -/* Dummy values to make the libbsd happy */ > -#define        PRI_MAX_ITHD   

Re: [PATCH] cpukit: Merge FreeBSD values for the priorities

2020-12-23 Thread Joel Sherrill
This looks ok if these priorities are mapped to Classic or Score. POSIX thread priorities run opposite. On Wed, Dec 23, 2020, 2:36 PM wrote: > From: Chris Johns > > It seems we need valid values or assumptions in the FreeBSD about > these values breaks some of the code. > > Closes #4207 > --- >

[PATCH] cpukit: Merge FreeBSD values for the priorities

2020-12-23 Thread chrisj
From: Chris Johns It seems we need valid values or assumptions in the FreeBSD about these values breaks some of the code. Closes #4207 --- cpukit/include/sys/priority.h | 102 -- 1 file changed, 85 insertions(+), 17 deletions(-) diff --git a/cpukit/include/sys/p