Re: [PATCH] rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()

2021-11-18 Thread Sebastian Huber
On 18/11/2021 19:42, Joel Sherrill wrote: Plus the minor patch to the documentation. The header file and the directive documentation is generated from the same specification item. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedde

Re: [PATCH] rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()

2021-11-18 Thread Joel Sherrill
This should be OK to push. Plus the minor patch to the documentation. --joel On Thu, Nov 18, 2021 at 9:55 AM Sebastian Huber wrote: > > --- > cpukit/include/rtems/rtems/tasks.h| 3 ++- > cpukit/rtems/src/taskident.c | 3 ++- > testsuites/libtests/malloctest/task1.c| 2 +

[PATCH] rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()

2021-11-18 Thread Sebastian Huber
--- cpukit/include/rtems/rtems/tasks.h| 3 ++- cpukit/rtems/src/taskident.c | 3 ++- testsuites/libtests/malloctest/task1.c| 2 +- testsuites/libtests/stackchk/task1.c | 2 +- testsuites/mptests/mp01/task1.c | 2 +- testsuites/mptests/mp03/task1.c