Re: SMP API change proposal

2019-04-07 Thread Sebastian Huber
On 08/04/2019 04:47, Gedare Bloom wrote: Would you like to deprecate the replaced ones then? and make them obsolete sometime around RTEMS 6 or 7 Yes, I deprecated them via RTEMS_DEPRECATED, see patch set. At some time they should be removed. -- Sebastian Huber, embedded brains GmbH Address

Re: SMP API change proposal

2019-04-07 Thread Sebastian Huber
On 08/04/2019 05:47, Joel Sherrill wrote: On Thu, Apr 4, 2019, 2:39 AM Sebastian Huber > wrote: Hello, I would like to introduce two new functions: rtems_get_current_processor() -> rtems_scheduler_get_processor() rtems_get_processo

Re: SMP API change proposal

2019-04-07 Thread Joel Sherrill
On Thu, Apr 4, 2019, 2:39 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > I would like to introduce two new functions: > > rtems_get_current_processor() -> rtems_scheduler_get_processor() > rtems_get_processor_count() -> rtems_scheduler_get_maximum_processor() > > http

Re: SMP API change proposal

2019-04-07 Thread Gedare Bloom
Would you like to deprecate the replaced ones then? and make them obsolete sometime around RTEMS 6 or 7 On Thu, Apr 4, 2019 at 3:39 AM Sebastian Huber wrote: > > Hello, > > I would like to introduce two new functions: > > rtems_get_current_processor() -> rtems_scheduler_get_processor() > rtems_ge

SMP API change proposal

2019-04-04 Thread Sebastian Huber
Hello, I would like to introduce two new functions: rtems_get_current_processor() -> rtems_scheduler_get_processor() rtems_get_processor_count() -> rtems_scheduler_get_maximum_processor() https://devel.rtems.org/ticket/3731 https://devel.rtems.org/ticket/3732 -- Sebastian Huber, embedded brain