Re: [PATCH-V2 3/7] score: Add SMP support to the cache manager

2014-07-11 Thread Daniel Cederman
I'm currently working on adding tests. Thank you for your other comments! On 2014-07-09 09:41, Sebastian Huber wrote: The new cache manager functions should have tests, see also http://git.rtems.org/rtems/tree/testsuites/sptests/spcache01/init.c On 2014-07-09 09:02, Daniel Cederman wrote: Add

Re: [PATCH-V2 3/7] score: Add SMP support to the cache manager

2014-07-09 Thread Sebastian Huber
The new cache manager functions should have tests, see also http://git.rtems.org/rtems/tree/testsuites/sptests/spcache01/init.c On 2014-07-09 09:02, Daniel Cederman wrote: Adds functions that allows the user to specify which cores that should perform the cache operation. SMP messages are sent t

[PATCH-V2 3/7] score: Add SMP support to the cache manager

2014-07-09 Thread Daniel Cederman
Adds functions that allows the user to specify which cores that should perform the cache operation. SMP messages are sent to all the specified cores and the caller waits until all cores have acknowledged that they have flushed their cache. If CPU_CACHE_NO_INSTRUCTION_CACHE_SNOOPING is defined the i