Re: Concurrency Kit and Epoch Based Reclamation

2018-09-04 Thread Chris Johns
On 5/9/18 3:08 pm, Sebastian Huber wrote: > On 05/09/18 01:38, Chris Johns wrote: >> On 5/9/18 2:40 am, Sebastian Huber wrote: >>> The CK includes two additional licenses: >>> >>> https://github.com/concurrencykit/ck/blob/master/LICENSE >> I cannot see this file in the FreeBSD import. How does Free

[PATCH 1/3] libchip/ata: Fix ATA_DRIVER_TABLE_ENTRY

2018-09-04 Thread Sebastian Huber
Drop unused and deprecated functions from the ATA_DRIVER_TABLE_ENTRY. Update #3358. Close #3510. --- bsps/include/libchip/ata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsps/include/libchip/ata.h b/bsps/include/libchip/ata.h index 66cc46747d..635d1f0a7d 100644 --- a/bsp

[PATCH 2/3] bsp/mpc55xxevb: Fix format warning

2018-09-04 Thread Sebastian Huber
Close #3504. --- bsps/powerpc/mpc55xxevb/dev/dspi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bsps/powerpc/mpc55xxevb/dev/dspi.c b/bsps/powerpc/mpc55xxevb/dev/dspi.c index f6edb560b0..505cd703e7 100644 --- a/bsps/powerpc/mpc55xxevb/dev/dspi.c +++ b/bsps/powerpc/mpc55x

[PATCH 3/3] bsps/powerpc: Simplify ppc_exc_initialize()

2018-09-04 Thread Sebastian Huber
Remove parameters from ppc_exc_initialize() since all BSP passed the same values. Update #3459. --- bsps/powerpc/beatnik/start/bspstart.c | 18 +- bsps/powerpc/gen5200/start/bspstart.c | 7 ++- bsps/powerpc/gen83xx/start/bspstart.c |

Re: Concurrency Kit and Epoch Based Reclamation

2018-09-04 Thread Sebastian Huber
On 05/09/18 01:38, Chris Johns wrote: On 5/9/18 2:40 am, Sebastian Huber wrote: The CK includes two additional licenses: https://github.com/concurrencykit/ck/blob/master/LICENSE I cannot see this file in the FreeBSD import. How does FreeBSD handle this? I guess they rely on per file license

Re: Concurrency Kit and Epoch Based Reclamation

2018-09-04 Thread Chris Johns
On 5/9/18 2:40 am, Sebastian Huber wrote: > > The CK includes two additional licenses: > > https://github.com/concurrencykit/ck/blob/master/LICENSE I cannot see this file in the FreeBSD import. How does FreeBSD handle this? The IBM code is under the Apache License, Version 2.0. I do not know ho

Re: Concurrency Kit and Epoch Based Reclamation

2018-09-04 Thread Sebastian Huber
- Am 4. Sep 2018 um 18:07 schrieb Gedare Bloom ged...@rtems.org: > On Tue, Sep 4, 2018 at 9:58 AM, Joel Sherrill wrote: >> >> >> On Tue, Sep 4, 2018 at 12:59 AM Sebastian Huber >> wrote: >>> >>> On 03/09/18 11:35, Sebastian Huber wrote: >>> > Hello, >>> > >>> > I have now a prototype impl

Re: Concurrency Kit and Epoch Based Reclamation

2018-09-04 Thread Gedare Bloom
On Tue, Sep 4, 2018 at 9:58 AM, Joel Sherrill wrote: > > > On Tue, Sep 4, 2018 at 12:59 AM Sebastian Huber > wrote: >> >> On 03/09/18 11:35, Sebastian Huber wrote: >> > Hello, >> > >> > I have now a prototype implementation of the FreeBSD epoch memory >> > reclamation API: >> > >> > https://githu

Re: Concurrency Kit and Epoch Based Reclamation

2018-09-04 Thread Joel Sherrill
On Tue, Sep 4, 2018 at 12:59 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 03/09/18 11:35, Sebastian Huber wrote: > > Hello, > > > > I have now a prototype implementation of the FreeBSD epoch memory > > reclamation API: > > > > https://github.com/freebsd/freebsd/blob/master/