Re: [PATCH 2/2] score: Remove CPU port atomic operations API

2023-06-01 Thread Chris Johns
On 31/5/2023 5:53 pm, Sebastian Huber wrote: > On 26.05.23 07:19, Sebastian Huber wrote: >> Use the C/C++ standard API directly. > > Any comments to this patch set? > Not from me. I think cleaning up the files is a good. A very minor point ... should the documentation's recommendation in the SM

Re: [PATCH 2/2] score: Remove CPU port atomic operations API

2023-06-01 Thread Sebastian Huber
On 01.06.23 04:07, Chris Johns wrote: A very minor point ... should the documentation's recommendation in the SMP section be change to say the atomic operations are provided by the C/C++ standard interfaces directly? Something like this: https://docs.rtems.org/branches/master/c-user/symmetric_

Re: [PATCH 2/2] score: Remove CPU port atomic operations API

2023-06-01 Thread Gedare Bloom
On Wed, May 31, 2023 at 1:53 AM Sebastian Huber wrote: > > On 26.05.23 07:19, Sebastian Huber wrote: > > Use the C/C++ standard API directly. > > Any comments to this patch set? > At a quick glance it looks fine. The changes are largely mechanical and I did not examine all of them. > -- > embedde

Re: [PATCH 2/2] score: Remove CPU port atomic operations API

2023-05-31 Thread Sebastian Huber
On 26.05.23 07:19, Sebastian Huber wrote: Use the C/C++ standard API directly. Any comments to this patch set? -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08

[PATCH 2/2] score: Remove CPU port atomic operations API

2023-05-25 Thread Sebastian Huber
Use the C/C++ standard API directly. --- cpukit/include/rtems/score/atomic.h| 962 ++-- cpukit/include/rtems/score/cpuatomic.h | 986 - 2 files changed, 888 insertions(+), 1060 deletions(-) delete mode 100644 cpukit/include/rtems/score/cpuatomic.h