Re: [PATCH 1/8] score: Add CPU_MAXIMUM_PROCESSORS

2016-03-03 Thread Joel Sherrill
On Thu, Mar 3, 2016 at 9:12 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 03/03/16 16:10, Joel Sherrill wrote: > >> How does this interact with the pthread affinity and cpuset size? >> > > Its unrelated to the high level API. > > >> If we end up with a port that can sup

Re: [PATCH 1/8] score: Add CPU_MAXIMUM_PROCESSORS

2016-03-03 Thread Sebastian Huber
On 03/03/16 16:10, Joel Sherrill wrote: How does this interact with the pthread affinity and cpuset size? Its unrelated to the high level API. If we end up with a port that can support more than 32, then do we increase the cpuset size or make applications more to variable cpuset's? No, t

Re: [PATCH 1/8] score: Add CPU_MAXIMUM_PROCESSORS

2016-03-03 Thread Joel Sherrill
How does this interact with the pthread affinity and cpuset size? If we end up with a port that can support more than 32, then do we increase the cpuset size or make applications more to variable cpuset's? What's the intended use? On Thu, Mar 3, 2016 at 8:47 AM, Sebastian Huber < sebastian.hu...

[PATCH 1/8] score: Add CPU_MAXIMUM_PROCESSORS

2016-03-03 Thread Sebastian Huber
Maximum number of processors of all systems supported by this CPU port. --- cpukit/score/cpu/arm/rtems/score/cpu.h | 2 ++ cpukit/score/cpu/bfin/rtems/score/cpu.h | 2 ++ cpukit/score/cpu/epiphany/rtems/score/cpu.h | 2 ++ cpukit/score/cpu/i386/rtems/score/cpu.h | 2 ++ cpukit/score/c