Re: [PATCH v2 3/6] rtems: Move _Partition_Is_buffer_size_aligned()

2020-11-23 Thread Gedare Bloom
Thanks On Mon, Nov 23, 2020 at 3:36 AM Sebastian Huber wrote: > > It is only used by rtems_partition_create(). Move code directly into > the directive which called the inline function. > --- > cpukit/include/rtems/rtems/partimpl.h | 7 --- > cpukit/rtems/src/partcreate.c | 7 ++-

[PATCH v2 3/6] rtems: Move _Partition_Is_buffer_size_aligned()

2020-11-23 Thread Sebastian Huber
It is only used by rtems_partition_create(). Move code directly into the directive which called the inline function. --- cpukit/include/rtems/rtems/partimpl.h | 7 --- cpukit/rtems/src/partcreate.c | 7 ++- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/cpukit/incl