Timestamp:
06/16/20 05:28:58 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
5faad36, a1f9265c
Parents:
bc73a085
git-author:
Sebastian Huber <sebastian.huber@…> (06/16/20 05:28:58)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/18/20 05:09:34)
Message:

rtems: Remove RTEMS_MP_NOT_CONFIGURED error

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 network. However, if multiprocessing was
configured, creation of a global object in a single node network
resulted in an RTEMS_MP_NOT_CONFIGURED error. Remove this error
condition for symmetry to the non-multiprocessing setup. This is in line
with the task affinity behaviour in SMP systems.

Update #4005.

(No files)

Note: See TracChangeset for help on using the changeset viewer.