Re: [PATCH v3] cpukit/cache: Report coherent add area failures

2024-01-25 Thread Sebastian Huber
On 25.01.24 21:24, Kinsey Moore wrote: This alters the API for rtems_cache_coherent_add_area to allow reporting of failures that can occur during the process of adding a new area to the coherent cache heap. Looks good, thanks. -- embedded brains GmbH & Co. KG Herr Sebastian HUBER Dornierstr. 4

[PATCH v3] cpukit/cache: Report coherent add area failures

2024-01-25 Thread Kinsey Moore
This alters the API for rtems_cache_coherent_add_area to allow reporting of failures that can occur during the process of adding a new area to the coherent cache heap. --- cpukit/include/rtems/rtems/cache.h | 7 - cpukit/libcsupport/src/cachecoherentalloc.c | 30 -