On Fri, Sep 25, 2020 at 10:21 AM Sebastian Huber
wrote:
>
> On 25/09/2020 17:42, Joel Sherrill wrote:
>
> > diff --git a/cpukit/libmisc/monitor/mon-queue.c
> > b/cpukit/libmisc/monitor/mon-queue.c
> > index 9430797c6c..aadfcd3989 100644
> > --- a/cpukit/libmisc/monitor/mon-queue.c
On 25/09/2020 17:42, Joel Sherrill wrote:
diff --git a/cpukit/libmisc/monitor/mon-queue.c
b/cpukit/libmisc/monitor/mon-queue.c
index 9430797c6c..aadfcd3989 100644
--- a/cpukit/libmisc/monitor/mon-queue.c
+++ b/cpukit/libmisc/monitor/mon-queue.c
@@ -16,7 +16,21 @@ rtems_mo
On Thu, Sep 24, 2020 at 7:13 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> Add Message_queue_Control::is_global if RTEMS_MULTIPROCESSING is defined.
> This
> reduces the Message_queue_Control size in standard RTEMS configurations.
>
> Update #4007.
> ---
> cpukit/include/rtems
On 25/09/2020 17:00, Gedare Bloom wrote:
On Thu, Sep 24, 2020 at 10:35 PM Sebastian Huber
wrote:
On 24/09/2020 18:45, Gedare Bloom wrote:
There should be an mptest added for global mq
This should be already covered by tests mp09 .. mp13.
I wasn't clear. Should we test global mq with this
On Thu, Sep 24, 2020 at 10:35 PM Sebastian Huber
wrote:
>
> On 24/09/2020 18:45, Gedare Bloom wrote:
>
> > There should be an mptest added for global mq
> This should be already covered by tests mp09 .. mp13.
I wasn't clear. Should we test global mq with this 'construct' feature also?
___
On 24/09/2020 18:45, Gedare Bloom wrote:
There should be an mptest added for global mq
This should be already covered by tests mp09 .. mp13.
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
There should be an mptest added for global mq
On Thu, Sep 24, 2020 at 6:13 AM Sebastian Huber
wrote:
>
> Add Message_queue_Control::is_global if RTEMS_MULTIPROCESSING is defined.
> This
> reduces the Message_queue_Control size in standard RTEMS configurations.
>
> Update #4007.
> ---
> cpukit/
Add Message_queue_Control::is_global if RTEMS_MULTIPROCESSING is defined. This
reduces the Message_queue_Control size in standard RTEMS configurations.
Update #4007.
---
cpukit/include/rtems/rtems/messagedata.h | 6 --
cpukit/libmisc/monitor/mon-queue.c | 16 +++-
cpukit/r