On Fri, Nov 20, 2020 at 9:28 AM Sebastian Huber
wrote:
>
> On 20/11/2020 17:15, Gedare Bloom wrote:
>
> >> +static bool _Partition_Is_buffer_size_aligned( size_t buffer_size )
> > Nit: I never saw this before, but this isn't what "aligned" means.
> > Aligned means you start something at a specific
On 20/11/2020 17:15, Gedare Bloom wrote:
+static bool _Partition_Is_buffer_size_aligned( size_t buffer_size )
Nit: I never saw this before, but this isn't what "aligned" means.
Aligned means you start something at a specific multiple. This is
checking if the buffer_size is a multiple of the poi
On Fri, Nov 20, 2020 at 4:16 AM Sebastian Huber
wrote:
>
> It is only used by rtems_partition_create(). Fix integer type.
> ---
> cpukit/include/rtems/rtems/partimpl.h | 7 ---
> cpukit/rtems/src/partcreate.c | 5 +
> 2 files changed, 5 insertions(+), 7 deletions(-)
>
> diff --gi
It is only used by rtems_partition_create(). Fix integer type.
---
cpukit/include/rtems/rtems/partimpl.h | 7 ---
cpukit/rtems/src/partcreate.c | 5 +
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/cpukit/include/rtems/rtems/partimpl.h
b/cpukit/include/rtems/rtems