Re: [Xenomai] [PATCH] copperplate: Drop PI from registry locks

2018-04-19 Thread Philippe Gerum
On 04/19/2018 11:24 AM, Jan Kiszka wrote: > On 2018-04-19 11:17, Philippe Gerum wrote: >> On 04/17/2018 09:30 AM, Jan Kiszka wrote: >>> On 2018-04-17 09:22, Philippe Gerum wrote: On 04/13/2018 07:51 PM, Jan Kiszka wrote: > None of the callers that run into the locks have RT requirements. >

Re: [Xenomai] [PATCH] copperplate: Drop PI from registry locks

2018-04-19 Thread Jan Kiszka
On 2018-04-19 11:17, Philippe Gerum wrote: > On 04/17/2018 09:30 AM, Jan Kiszka wrote: >> On 2018-04-17 09:22, Philippe Gerum wrote: >>> On 04/13/2018 07:51 PM, Jan Kiszka wrote: None of the callers that run into the locks have RT requirements. Signed-off-by: Jan Kiszka --- >>>

Re: [Xenomai] [PATCH] copperplate: Drop PI from registry locks

2018-04-19 Thread Philippe Gerum
On 04/19/2018 11:17 AM, Philippe Gerum wrote: > On 04/17/2018 09:30 AM, Jan Kiszka wrote: >> On 2018-04-17 09:22, Philippe Gerum wrote: >>> On 04/13/2018 07:51 PM, Jan Kiszka wrote: None of the callers that run into the locks have RT requirements. Signed-off-by: Jan Kiszka ---

Re: [Xenomai] [PATCH] copperplate: Drop PI from registry locks

2018-04-19 Thread Philippe Gerum
On 04/17/2018 09:30 AM, Jan Kiszka wrote: > On 2018-04-17 09:22, Philippe Gerum wrote: >> On 04/13/2018 07:51 PM, Jan Kiszka wrote: >>> None of the callers that run into the locks have RT requirements. >>> >>> Signed-off-by: Jan Kiszka >>> --- >>> >>> As noted before, I think we should even be fin

Re: [Xenomai] [PATCH] copperplate: Drop PI from registry locks

2018-04-17 Thread Philippe Gerum
On 04/17/2018 09:30 AM, Jan Kiszka wrote: > On 2018-04-17 09:22, Philippe Gerum wrote: >> On 04/13/2018 07:51 PM, Jan Kiszka wrote: >>> None of the callers that run into the locks have RT requirements. >>> >>> Signed-off-by: Jan Kiszka >>> --- >>> >>> As noted before, I think we should even be fin

Re: [Xenomai] [PATCH] copperplate: Drop PI from registry locks

2018-04-17 Thread Jan Kiszka
On 2018-04-17 09:22, Philippe Gerum wrote: > On 04/13/2018 07:51 PM, Jan Kiszka wrote: >> None of the callers that run into the locks have RT requirements. >> >> Signed-off-by: Jan Kiszka >> --- >> >> As noted before, I think we should even be fine with STD locks, but that >> may require more chan

Re: [Xenomai] [PATCH] copperplate: Drop PI from registry locks

2018-04-17 Thread Philippe Gerum
On 04/13/2018 07:51 PM, Jan Kiszka wrote: > None of the callers that run into the locks have RT requirements. > > Signed-off-by: Jan Kiszka > --- > > As noted before, I think we should even be fine with STD locks, but that > may require more changes. > > lib/copperplate/registry.c | 2 -- > 1

[Xenomai] [PATCH] copperplate: Drop PI from registry locks

2018-04-13 Thread Jan Kiszka
None of the callers that run into the locks have RT requirements. Signed-off-by: Jan Kiszka --- As noted before, I think we should even be fine with STD locks, but that may require more changes. lib/copperplate/registry.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/copperplate/reg