Re: [PATCH] rtems: Remove RTEMS_MP_NOT_CONFIGURED error

2020-06-17 Thread Chris Johns
OK to push this change and the doco patch. Thanks Chris On 16/6/20 3:52 pm, Sebastian Huber wrote: > Some objects can be created with a local or global scope in a > multiprocessing network. In non-multiprocessing configurations setting > the scope to local or global had no effect since such a sys

[PATCH] rtems: Remove RTEMS_MP_NOT_CONFIGURED error

2020-06-15 Thread Sebastian Huber
Some objects can be created with a local or global scope in a multiprocessing network. In non-multiprocessing configurations setting the scope to local or global had no effect since such a system can be viewed as a multiprocessing network with just one node. One and all nodes is the same in such a