[RTEMS Project] #4005: Remove RTEMS_MP_NOT_CONFIGURED error condition
RTEMS trac
trac at rtems.org
Tue Jun 16 05:07:49 UTC 2020
#4005: Remove RTEMS_MP_NOT_CONFIGURED error condition
------------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.1
Component: rtems | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------------+-----------------------------
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 system with just one node. One and all nodes is the
same in such a system. However, if multiprocessing was configured,
creation of a global object in a single node system resulted in an
RTEMS_MP_NOT_CONFIGURED error. Remove this error condition for symmetry
with the non-multiprocessing setup. This is in line with the task affinity
behaviour in SMP systems.
--
Ticket URL: <http://devel.rtems.org/ticket/4005>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list