[RTEMS Project] #3874: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE
RTEMS trac
trac at rtems.org
Tue Feb 25 11:32:49 UTC 2020
#3874: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: task | Status: assigned
Priority: normal | Milestone: 5.1
Component: config | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-----------------------------+------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"3b4795b46fa190ea29007a6b9766689cacffe3d2/rtems"
3b4795b4/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="3b4795b46fa190ea29007a6b9766689cacffe3d2"
config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE
The CONFIGURE_HAS_OWN_INIT_TASK_TABLE and
CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE are the last *_HAS_OWN_*
configuration options. These two options are probably unused, see also:
* https://lists.rtems.org/pipermail/users/2019-April/033129.html
* https://lists.rtems.org/pipermail/users/2019-April/033130.html
Removing them simplifies the configuration. If there is a real user need
which shows up after the removal, we can resurrect them on demand.
Using CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE would have required the
use of the undocumented CONFIGURE_POSIX_INIT_THREAD_TABLE_NAME and
CONFIGURE_POSIX_INIT_THREAD_TABLE_SIZE configuration options.
Update #3874.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3874#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list